Initial commit

This commit is contained in:
amix
2012-05-29 16:12:10 -04:00
parent 0666a9a06a
commit 8acdcd787d
29 changed files with 1371 additions and 0 deletions

12
override_vimrc.sh Normal file
View File

@@ -0,0 +1,12 @@
echo 'set runtimepath=~/.vim_runtime,~/.vim_runtime/after,\$VIMRUNTIME
source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
if filereadable("~/.vim_runtime/vimrcs/my_configs.vim")
source ~/.vim_runtime/vimrcs/my_configs.vim
endif' > ~/.vimrc
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"