SobSharma / dotfiles

Default configuration for Le Wagon's students

Home Page:http://www.lewagon.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

About

Default configuration for Le Wagon's students

http://www.lewagon.org


Languages

Language:Shell 94.0%Language:Vim Script 6.0%