This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /bin/bash | |
# make sure this file has execution permission to run (do NOT use sudo: | |
# $ chmod +x vim_installer.sh | |
# $ ./vim_installer.sh | |
# ===================================================================== | |
# install git | |
echo "======== VIM INSTALLER ========" | |
echo "MAKE SURE YOU HAVE GIT INSTALLED!" | |
echo "Then press any key to continue..." |