Assumption: you have oh-my-zsh
is already installed.
Your dotfiles are personal. Fork this repo on Github, and then clone it on your computer.
# Don't blindly copy paste this line, type it and put *your*
$ export GITHUB_USERNAME=my_github_username
# Sure you did not just copy paste the previous line? Sure? OK go on!
# You can now blinly copy paste this line *without changing anything*
$ mkdir -p ~/code/$GITHUB_USERNAME && cd $_ && git clone git@github.com:$GITHUB_USERNAME/dotfiles.git && cd dotfiles
Run the dotfiles
installer. It will prompt you for your name and your email.
$ zsh install.sh
You're all set! Go back to lewagon/setup