/configs

Collection of different configuration files for xterm, screen, etc. and of some useful scripts

Primary LanguageVim ScriptApache License 2.0Apache-2.0

Configs

Collection of different configuration files for xterm, screen, etc.

Installation of .vimrc

  1. Install Vundle

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

  2. Install Vundle Plugins

    vim +PluginInstall +qall

  3. Install happy_hacking vim theme

    git clone git@github.com:YorickPeterse/happy_hacking.vim cd happy_hacking cp -r colors ~/.vim