mirror of
1
0
Fork 0

Added basic and awesome install scripts

This commit is contained in:
amix 2012-05-29 16:33:20 -04:00
parent 3052a646e0
commit a75f80898f
2 changed files with 3 additions and 0 deletions

3
install_basic_vimrc.sh Normal file
View File

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