1
0
Fork 0
mirror of synced 2024-06-17 22:41:10 -04:00
This commit is contained in:
Ibrahim El Merehbi 2017-04-28 15:20:37 +00:00 committed by GitHub
commit 3bb493cd71
2 changed files with 2 additions and 0 deletions

View file

@ -15,4 +15,5 @@ source ~/.vim_runtime/my_configs.vim
catch
endtry' > ~/.vimrc
echo "\nset number" >> ~/.vimrc
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"

View file

@ -3,4 +3,5 @@ set -e
cd ~/.vim_runtime
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
echo "\nset number" >> ~/.vimrc
echo "Installed the Basic Vim configuration successfully! Enjoy :-)"