Skip to content

Instantly share code, notes, and snippets.

View skizhak's full-sized avatar

Sarin Kizhakkepurayil skizhak

View GitHub Profile
@skizhak
skizhak / git-cheatsheet.md
Last active April 29, 2016 19:18
git cheatsheet

####for vimdiff git difftool --tool=vimdiff --no-prompt

####to set vimdiff to settings git config --global diff.tool vimdiff git config --global merge.tool vimdiff

####to stop prompting git config --global difftool.prompt false

@skizhak
skizhak / setup-mac-contrail-ui-dev.txt
Last active August 3, 2016 00:28
setup mac for contrail web ui dev sandbox
#Installing brew will make it easy for most of the packages.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install redis
brew install wget
brew install n
#install Node.JS
n 0.10.35