cd ~
git clone [email protected]:[username]/dotfiles.git
-
Easily link dotfiles with https://pypi.python.org/pypi/dotfiles
-
Install Vim packages using https://github.com/junegunn/vim-plug
-
update your git config username and email
git config --global user.name "you name"
git config --global user.email "[email protected]"