-
Install git:
git clone git@github.com:tobinvanpelt/dotfiles.git ~/.dot cd ~/.dot git submodule update --init --recursive
-
Install zsh (on Deian):
sudo apt-get update sudo apt-get install zsh
-
Install zsh (on osx):
brew update brew install zsh
-
Change to zsh:
chsh -s /bin/zsh
-
Create symlinks by editing and run the
init_osx
orinit_debian
script. -
Install vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim vim +BundleInstall +qall
-
Be sure that vim is built with python. For debian:
sudo apt-get install vim-nox
-
Be sure you have build tools (on Debian)
sudo apt-get install build-essential cmake sudo apt-get install python2.7-dev
-
Be sure you have build tools (on OSX)
brew install cmake
-
Install YouCompleteMe:
cd ~/.vim/bundle/YouCompleteMe git submodule update --init --recursive ./install.sh
sudo npm -g install instant-markdown-d