/dotfiles

My simple dot files

Primary LanguageVim Script

dotfiles

Configuration files based on Michael Smalley

Includes bash_profile, vimrc, tmux.conf and spacemacs

Install *Nix

Run these commands in the shell

git clone https://github.com/xavvvier/dotfiles.git
cd ~/dotfiles
chmod +x makesymlinks.sh
./makesymlinks.sh

Install On Windows

Install curl
cd %USERPROFILE%
git clone https://github.com/VundleVim/Vundle.vim.git %USERPROFILE%/.vim/bundle/Vundle.vim
mklink /H ".vimrc" "dotfiles/vimrc"