mirror of
1
0
Fork 0
This commit is contained in:
amix 2017-04-01 13:38:55 +02:00
parent 1a082031d9
commit e4af725624
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/bin/sh
set -e
cd ~/.vim_runtime cd ~/.vim_runtime
echo 'set runtimepath+=~/.vim_runtime echo 'set runtimepath+=~/.vim_runtime

View File

@ -1,3 +1,6 @@
#!/bin/sh
set -e
cd ~/.vim_runtime cd ~/.vim_runtime
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
echo "Installed the Basic Vim configuration successfully! Enjoy :-)" echo "Installed the Basic Vim configuration successfully! Enjoy :-)"