Commit Graph

16 Commits (b1a3521a210b90a196f0226bcafcb501016c3925)

Author SHA1 Message Date
nirenjan b1a3521a21 Add vim-fugitive to bundles 2013-07-12 16:05:25 -07:00
nirenjan 44b02f6886 Add vim editing settings for changelog files
Also add new changelog.vim file to the install list.
2013-07-03 14:15:24 -07:00
nirenjan 68a3f822a0 Add tComment bundle to install script 2013-05-22 16:45:48 -07:00
nirenjan 5250b6eee2 Delete old pathogen install code
Requires the user to manually delete any older instances of pathogen.vim
2013-05-21 07:56:56 -07:00
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
nirenjan dff9c41948 Add bash aliases 2013-05-20 22:41:56 -07:00
nirenjan a1b0e38245 Rename sdate script to 'stardate' 2013-05-16 13:36:35 -07:00
nirenjan 77cc345af4 Update install script lnfile functionality
This allows me to specify the destination folder if the link name
doesn't need to be changed, i.e., if I want to install
vim/ftplugin/ruby.vim, I no longer need to specify the following line:
lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/ruby

Instead, I can simply give the destination folder, just terminate it
with a slash character as follows:
lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/
2013-05-16 13:30:15 -07:00
nirenjan 1507f357e4 Move tab expansion to individual ftplugins
Update install script to add the ftplugins and remove the old
tab-expand.vim plugin from the installation list.
2013-05-15 17:32:48 -07:00
nirenjan 5b5df1b002 Create Perl ftplugin for Perl syntax folding
Remove corresponding section from vimrc and add plugin file to install
script.
2013-05-14 15:43:38 -07:00
nirenjan a6c3eea9df Add snipMate bundle to install script 2013-05-14 15:22:59 -07:00
nirenjan a6cba07000 Add Vimwiki bundle to install script 2013-05-10 17:44:16 -07:00
nirenjan 489813cdc8 Fix creating symlink for the first time 2013-05-03 22:15:12 -07:00
nirenjan 612f7915e3 Add git_prompt.sh download to install 2013-05-03 22:06:18 -07:00
nirenjan 1a96abc073 Install script - final version 2013-05-03 21:08:21 -07:00
nirenjan 00991e9d89 First version of install script 2013-05-02 21:47:06 -07:00