kysucix / dotfiles

Personal collection of configuation files for vim,screen,bash,readline,gdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Personal collection of configuation files for vim,screen,bash,readline,...

Only vim has its personal configuration directory.

Vim quick start

  1. Set up [Vundle]:

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  2. Install configured bundles:

Launch vim, run :BundleInstall or for CLI lovers:

vim +BundleInstall +qall` for CLI lovers)

Enjoy! :)

About

Personal collection of configuation files for vim,screen,bash,readline,gdb


Languages

Language:Vim Script 60.8%Language:Python 37.9%Language:Shell 1.3%