rmanak / dotfiles

My vimrc and bashrc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

These are my dotfiles.

Setting it up

  • Pulling the repo

      git clone --recursive
    
  • If you forgot the --recursive (or if you just did a git pull and got new submodules, but need to update them)

      git submodule update --init
    
  • To update the submodules

      git submodule foreach git pull origin master
    
  • Git credential helper (gnome-keyring)

      sudo apt-get install libgnome-keyring-dev
      cd /usr/share/doc/git/contrib/credential/gnome-keyring
      sudo make
    

Updating YouCompleteMe

cd vim/bundle/YouCompleteMe
git submodule update --init --recursive
python3 ./install.py --clang-completer

About

My vimrc and bashrc.


Languages

Language:Vim Script 50.6%Language:Prolog 32.6%Language:Perl 9.4%Language:Shell 5.2%Language:TeX 2.0%Language:Makefile 0.2%