mirror of
https://github.com/amix/vimrc
synced 2024-11-12 23:17:08 +00:00
6 lines
152 B
Bash
Executable file
6 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 :-)"
|