Skip to content

Instantly share code, notes, and snippets.

@stephenhardy
stephenhardy / setupGithubRepo
Created April 24, 2013 21:18
Initial setup steps for a git and github project
-- Initial setup
mkdir <YOURPROJECT>
cd <YOURPROJECT>
git init
-- Link to GitHub hosted repos
git remote add origin <git@github.com:YOURACCOUNT/YOURREPO.git>
git pull origin master
@stephenhardy
stephenhardy / gist:804134
Created January 31, 2011 15:02
My current .vimrc customisations
"##############################################################################
"# My additions and configurations below
"##############################################################################
set nocompatible
" Remove any chrome, toolbars etc
if has("gui_running")
set guioptions-=m
set guioptions-=T