Skip to content

Instantly share code, notes, and snippets.

@noahjames404
Created March 24, 2025 19:01
Show Gist options
  • Select an option

  • Save noahjames404/f8bc451b3ba35ae004dc4a527f9c6827 to your computer and use it in GitHub Desktop.

Select an option

Save noahjames404/f8bc451b3ba35ae004dc4a527f9c6827 to your computer and use it in GitHub Desktop.
git setup
sudo dnf install -y git --skip-broken
cd ~/.ssh
ssh-keygen -t rsa -b 4096 -N "" -f ~/.ssh/id_rsa && cat id_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment