Skip to content

Instantly share code, notes, and snippets.

@koljonen
koljonen / setup_pgcli_sublime.sh
Created September 22, 2016 23:33
pgcliSublime setup
if [ ! -f "`which brew`" ]; then
echo 'Setting up homebrew ...';
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
if [ ! -d ~/"Library/Application Support/Sublime Text 3/Packages" ]; then
echo 'Setting up Sublime ...';
brew install caskroom/cask/brew-cask
brew tap caskroom/versions
brew cask install sublime-text3