Skip to content

Instantly share code, notes, and snippets.

@fsodogandji
Last active December 20, 2015 03:09
Show Gist options
  • Save fsodogandji/6061369 to your computer and use it in GitHub Desktop.
Save fsodogandji/6061369 to your computer and use it in GitHub Desktop.
OS x setup
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
# tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
# alias
alias ls='ls -FGal'
brew install emacs --HEAD --use-git-head --cocoa
# Terminal window focus on mouseover (mimicking X11 behavior)
defaults write com.apple.terminal FocusFollowsMouse -string YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment