Skip to content

Instantly share code, notes, and snippets.

@caillou
Last active November 27, 2015 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caillou/6cca77f26961ae5bc40a to your computer and use it in GitHub Desktop.
Save caillou/6cca77f26961ae5bc40a to your computer and use it in GitHub Desktop.
  • iTerm (free) it a terminal that allows split panes and many other features.
  • oh my zsh zsh plugins, cool terminal FTW!
plugins=(git nvm bower brew npm autojump docker)
in your .zshrc file
export NVM_DIR="/Users/caillou/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"  # This loads nvm
  • docker and enable the zsh plugin

  • Alfred.app (£17) application launcher and clipboard history.

    • Use dropbox for prefenece syncing
  • divvy ($14) move and resize windows on the screen, or Better Touch Tool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment