Dotfiles
 
 
 
 
Go to file
nirenjan 6c44c6aa3a Improve install script to handle Bundles
Can now specify vim plugin bundles as short forms. Eg.:
- tpope/vim-pathogen - goes to github.com/tpope/vim-pathogen.git
- vimwiki - goes to github.com/vim-scripts/vimwiki.git
- any other form is not modified and passed straight through

Can also specify the transport mechanism to use when installing bundles.
This has no impact when updating bundles, since these will use the
remote url specified in the git repo.

Can also specify not to update existing bundles with a command line
switch.
2013-05-21 00:01:35 -07:00
bash Add bash aliases 2013-05-20 22:41:56 -07:00
scripts Rename sdate script to 'stardate' 2013-05-16 13:36:35 -07:00
vim Fix Perl folding in ftplugin 2013-05-18 12:16:43 -07:00
LICENSE.md Add license information 2013-02-12 16:42:08 -08:00
README.md Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
dircolors Remove bolding for lscolors 2013-01-22 15:42:13 -08:00
gitconfig Add color configuration to gitconfig 2013-02-14 21:17:42 -08:00
install Improve install script to handle Bundles 2013-05-21 00:01:35 -07:00
screenrc Add screenrc file 2013-01-11 23:35:05 -08:00
tmux.conf Remove the next/previous window unbind-key's 2013-03-01 11:36:46 -08:00
vimrc Treat pathogen as a bundle 2013-05-21 00:00:56 -07:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.