Last active
December 20, 2015 03:09
-
-
Save fsodogandji/6061369 to your computer and use it in GitHub Desktop.
OS x setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export CLICOLOR=1 | |
| export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx | |
| # tell grep to highlight matches | |
| export GREP_OPTIONS='--color=auto' | |
| # alias | |
| alias ls='ls -FGal' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install emacs --HEAD --use-git-head --cocoa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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