A set of opinionated setup and installation scripts for Linux, Windows and macOS.
Generate SSH key:
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Start the ssh-agent in the background:
eval "$(ssh-agent -s)"
Add private SSH key to ssh-agent:
ssh-add ~/.ssh/id_rsa
Display and copy public SSH key:
cat ~/.ssh/id_rsa.pub
Paste it in GitHub -> Settings -> SSH and GPG keys -> New SSH key
Clone the dotfiles repo:
[email protected]:mateuszwieloch/dotfiles.git
To setup .gitconfig, run
./git.sh