Skip to content
Snippets Groups Projects
Commit 124a754b authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Updated bootstrap script

parent dca265a4
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment