Skip to content

Instantly share code, notes, and snippets.

@dich1
Last active August 24, 2019 16:04
Show Gist options
  • Save dich1/e8bf61c059e5b886f2e05ab00bee20dd to your computer and use it in GitHub Desktop.
Save dich1/e8bf61c059e5b886f2e05ab00bee20dd to your computer and use it in GitHub Desktop.
chflags nohidden ~/
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew tap caskroom/versions
brew install \
curl \
coreutils \
findutils \
tree \
gnu-sed \
graphviz \
awscli \
docker
brew tap heroku/brew && brew install heroku
brew cask install \
google-chrome \
sublime-text \
iterm2 \
slack \
libreoffice \
postman \
visual-studio-code \
clipy \
docker
open -a '/Applications/Google Chrome.app'
open -a '/Applications/Slack.app'
open -a '/Applications/Sublime Text.app'
open -a '/Applications/LibreOffice.app'
open -a '/Applications/Visual Studio Code.app'
open -a '/Applications/Clipy.app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment