Skip to content

Instantly share code, notes, and snippets.

@gbabula
Created March 27, 2016 22:18
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 gbabula/23411bde868ad9fe83d6 to your computer and use it in GitHub Desktop.
Save gbabula/23411bde868ad9fe83d6 to your computer and use it in GitHub Desktop.
#!/bin/zsh
# install brew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# cask for brew
brew tap phinze/cask
brew install brew-cask
# cask versions
brew tap caskroom/versions
# allow text selection in the quick look window
defaults write com.apple.finder QLEnableTextSelection -bool true
# show dotfiles in finder
defaults write com.apple.finder AppleShowAllFiles TRUE
# refresh any finder windows
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment