Skip to content

Instantly share code, notes, and snippets.

View fdelacruz's full-sized avatar

Francisco De La Cruz fdelacruz

View GitHub Profile
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# update iterm2 settings -> solarized presets
brew install git
brew cask install spectacle
brew cask install alfred
# set CMD+space to launch alfred
brew cask install firefox

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname