Configuration files based on Michael Smalley
Includes bash_profile, vimrc, tmux.conf and spacemacs
Run these commands in the shell
git clone https://github.com/xavvvier/dotfiles.git
cd ~/dotfiles
chmod +x makesymlinks.sh
./makesymlinks.sh
Install curl
cd %USERPROFILE%
git clone https://github.com/VundleVim/Vundle.vim.git %USERPROFILE%/.vim/bundle/Vundle.vim
mklink /H ".vimrc" "dotfiles/vimrc"