I have dotfiles for both windows and linux. View the appropriate directory for details.
- Install chocolatey
choco install git make gsudo- Clone in
~\dotfiles make windows(needs to be run in git bash)
-
Generate ssh keys
ssh-keygen cat .ssh/id_rsa.pub | pbcopy -
Paste public key in github
-
Install Xcode from the app store (to get git and make)
-
curl https://mise.run | sh -
Clone repo
-
make macos
-
Generate ssh keys
ssh-keygen cat .ssh/id_rsa.pub | clip.exe -
Paste public key in github
-
Clone repo
sudo apt install -y make cd ~ git clone git@github.com:maxencefrenette/dotfiles.git cd dotfiles make linux