Skip to content

Instantly share code, notes, and snippets.

View iMerica's full-sized avatar

Michael iMerica

  • Austin, Texas
View GitHub Profile
@iMerica
iMerica / pretty_git_log
Created April 23, 2013 21:50
pretty git log
git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
@iMerica
iMerica / .vimrc
Created May 23, 2012 02:11
Michael's ViM RC
"
" .vimrc
"
" Vim configuration resource file. Specifies desired
" behavior for the vim editor. Place this file at
" ~/.vimrc
"
:set showmode " Tell us when we're in insert mode.
:set expandtab " Convert tabs to number of spaces
@iMerica
iMerica / mikesFbSidebarRemover.user.js
Created September 22, 2011 04:07
Michael's Scrolling Sidebar Remover
// ==UserScript==
// @name Michael's Badass Facebook Sidebar Remover
// @namespace http://facebook.com/iMichael
// @description Removes that "annoying" side bar you've been complaining about.
// @include http://*.facebook.com/*
// @include https://*.facebook.com/*
// @match http://*.facebook.com/*
// @match https://*.facebook.com/*
// @version 0.0.1
// ==/UserScript==