1
0
mirror of https://github.com/amix/vimrc synced 2025-07-18 01:25:00 +08:00

renamed install script

This commit is contained in:
Mirosław Pragłowski
2014-05-09 21:31:57 +02:00
parent a1339baae9
commit 254aa2ceba
2 changed files with 0 additions and 3 deletions

15
bootstrap.sh Normal file
View File

@ -0,0 +1,15 @@
cd ~/.vim_runtime
echo 'set runtimepath+=~/.vim_runtime
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
try
source ~/.vim_runtime/my_configs.vim
catch
endtry' > ~/.vimrc
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"