vim-config/install_vimrc.sh

4 lines
105 B
Bash
Raw Normal View History

2023-12-05 23:57:38 +03:00
cd ~/.vim
cat ~/.vim/vimrc.vim > ~/.vimrc
echo "Installed the Vim configuration successfully! Enjoy :-)"