1
0
Fork 0
mirror of synced 2024-05-24 11:10:31 -04:00
ultimate-vim/install_basic_vimrc.sh
2019-11-16 17:06:23 +01:00

7 lines
152 B
Bash
Executable file

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