~/.
Generate SSH key
ssh-keygen -t ed25519
cat ~/.ssh/id_ed25519.pub | pbcopy
Paste SSH key in Github settings
Install Xcode command line tools
xcode-select --install
Clone this repo under ~/.dotfiles and run install script
git clone git@github.com:Leyka/dotfiles.git .dotfiles && cd .dotfiles
Run install script
./install.sh