Created
April 3, 2017 22:11
-
-
Save echu/8df6d66e880e88c853199d4a1d2a09e2 to your computer and use it in GitHub Desktop.
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
| # to bootstrap, run `brew install git bash-completion` | |
| [ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion | |
| if hash brew 2>/dev/null; then | |
| export HOMEBREW_CASK_OPTS="--appdir=~/Applications" | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment