Skip to content

Home folder configs for vim, git, bash, etc.

Notifications You must be signed in to change notification settings

NetanelBollag/myrcs

 
 

Repository files navigation

To install first run

apt-get install cmake python-dev htop iotop tcputils build-essential git tmux

Download clang: http://llvm.org/releases/3.5.1/clang+llvm-3.5.1-x86_64-linux-gnu.tar.xz

git submodule update --init --recursive

cd ~ mkdir ycm_build cd ycm_build cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/ycm_temp/llvm_root_dir . ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp make ycm_support_libs cd ~/.vim/bundle/YouCompleteMe/ ./install.sh --clang-completer

Once in a while you would probably want to update the dependencies like that:
git submodule foreach git pull --rebase origin master

About

Home folder configs for vim, git, bash, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 87.2%
  • Lua 9.1%
  • Shell 2.2%
  • Python 1.5%