Skip to content

Instantly share code, notes, and snippets.

@kran
Created August 22, 2013 14:40
Show Gist options
  • Save kran/6308080 to your computer and use it in GitHub Desktop.
Save kran/6308080 to your computer and use it in GitHub Desktop.
install vim config
#!/bin/bash
cd $HOME
#vimpath=".vim/bundle"
vimpath=".vim/bundle"
mkdir -p $vimpath && cd $vimpath
echo woring in [`pwd`]
git clone https://github.com/gmarik/vundle.git
curl -o ~/.vimrc https://gist.github.com/kran/2886745/raw/f42600943517f20fd1e6773a99cf5af02c0763d5/.vimrc
vim +BundleInstall +qall
cd $vimpath/YouCompleteMe
./install.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment