Added basic and awesome install scripts
This commit is contained in:
parent
3052a646e0
commit
a75f80898f
2 changed files with 3 additions and 0 deletions
3
install_basic_vimrc.sh
Normal file
3
install_basic_vimrc.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
cd ~/.vim_runtime
|
||||
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
|
||||
echo "Installed the Basic Vim configuration successfully! Enjoy :-)"
|
Loading…
Reference in a new issue