Skip to content

suraj/Dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked it from haridas's repo and did some changes for myself. 

Following vim bundles are included:
- https://github.com/klen/python-mode.git
- https://github.com/wincent/Command-T.git
- https://github.com/klen/rope-vim.git
- https://github.com/xolox/vim-notes
- https://github.com/scrooloose/nerdcommenter.git
- https://github.com/tpope/vim-fugitive.git
- https://github.com/majutsushi/tagbar.git
- https://github.com/scrooloose/syntastic.git
- https://github.com/msanders/snipmate.vim.git
- https://github.com/fholgado/minibufexpl.vim.git
- https://github.com/vim-scripts/simple-pairs.git
- https://github.com/scrooloose/nerdtree.git


Check haridas's blog for full documentation about VIM and how to setup it. 
-- http://haridas.in/vim-as-your-ide.html

Installation Procedure
-----------------------
$ bash <<EOT
git clone https://github.com/suraj/Dotfiles.git ~/.dotfiles
cd ~/.dotfiles
ln -s ~/.dotfiles/vim-files/vim ~/.vim
ln -s ~/.dotfiles/vim-files/vim/vimrc ~/.vimrc
git submodule init  
git submodule update
EOT

About

My .vim .bashrc and .vimrc files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 59.1%
  • Python 36.1%
  • Shell 3.0%
  • Perl 1.2%
  • Ruby 0.6%