Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 857 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 857 Bytes

Install

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 copy paste this line, type it and put *your*
$ GITHUB_USERNAME=my_github_username

# Sure you did not just copy paste the previous line? Sure? OK go on!
# You can copy paste this line *without changing anything*
$ mkdir -p ~/code/$GITHUB_USERNAME && cd $_ && git clone [email protected]:$GITHUB_USERNAME/dotfiles.git && cd dotfiles

Run the dotfiles installer. It will prompt you for your name and your email.

$ zsh install.sh

And now push your updated configuration to your repo:

$ git push origin master

You're all set! Go back to lewagon/setup