Commit 124a754b authored by Taddeus Kroes's avatar Taddeus Kroes

Updated bootstrap script

parent dca265a4
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
git submodule update --init
ln -s $DIR/bashrc ~/.bashrc
ln -s $DIR/vimrc_plugins ~/.vimrc
ln -sT $DIR/vim ~/.vim
source ~/.bashrc
vim -c PluginInstall
cd $DIR/vim/bundle/YouCompleteMe && ./install.sh --clang-completer
vim +PluginInstall +qall
cd $DIR/vim/bundle/YouCompleteMe && ./install.sh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment