These are a few scripts to set up my personal vim configuration
I wrote a script to do this in python, c, and bash.
##Usage #C version
gcc setupVim.c -o setupVimThen run the executable
./setupVim#Python Version
python setupVim.py#Bash Version
sh setupVim.sh