Skip to content

Instantly share code, notes, and snippets.

View idarlington's full-sized avatar

Ikenna Ogbajie idarlington

View GitHub Profile
@idarlington
idarlington / installing_cassandra.md
Last active February 4, 2018 04:46 — forked from hkhamm/installing_cassandra.md
Installing Cassandra on Mac OS X

Installing Cassandra on Mac OS X

Install Homebrew

Homebrew is a great little package manager for OS X. If you haven't already, installing it is pretty easy:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
@idarlington
idarlington / gitconfig.ini
Created April 28, 2017 07:49 — forked from tdd/gitconfig.ini
Nice, useful global Git configuration
# Put this in your ~/.gitconfig or ~/.config/git/config
# Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName>
[user]
name = Your Full Name
email = your@email.tld
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
st = status