Skip to content

Instantly share code, notes, and snippets.

View ramyareye's full-sized avatar
🏠
Working from home

ramyareye

🏠
Working from home
View GitHub Profile
@rseyf
rseyf / vim_installer.sh
Last active July 10, 2022 23:04
My VIM Customizer
# /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..."