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
-- Initial setup | |
mkdir <YOURPROJECT> | |
cd <YOURPROJECT> | |
git init | |
-- Link to GitHub hosted repos | |
git remote add origin <[email protected]:YOURACCOUNT/YOURREPO.git> | |
git pull origin master |
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
"############################################################################## | |
"# My additions and configurations below | |
"############################################################################## | |
set nocompatible | |
" Remove any chrome, toolbars etc | |
if has("gui_running") | |
set guioptions-=m | |
set guioptions-=T |
NewerOlder