mirror of
https://github.com/amix/vimrc
synced 2025-07-18 01:25:00 +08:00
renamed install script
This commit is contained in:
15
bootstrap.sh
Normal file
15
bootstrap.sh
Normal 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 :-)"
|
Reference in New Issue
Block a user