Skip to content

Instantly share code, notes, and snippets.

@ralpheweotto
Last active July 16, 2019 16:27
Show Gist options
  • Save ralpheweotto/f9fe8c331da1bb3cbcf29f0d350ea529 to your computer and use it in GitHub Desktop.
Save ralpheweotto/f9fe8c331da1bb3cbcf29f0d350ea529 to your computer and use it in GitHub Desktop.
# developer dotfiles
# https://github.com/mathiasbynens/dotfiles # No longer doing this for developers in favor of individual preferences
# install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# update and tap cask
brew update
brew doctor
brew tap caskroom/cask
# install packages
brew cask install slack
brew cask install 1password
brew cask install google-chrome
brew cask install firefox
brew cask install caffeine
brew cask install shiftit
brew cask install google-drive-file-stream
brew cask install integrity
# brew cask install dropbox # No longer necessary
# DEVELOPER TOOLS
brew install wget git gpg
brew cask install visual-studio-code
brew cask install filezilla
# brew cask install transmit
brew cask install sequel-pro
brew cask install docker
# DESIGN TOOLS
brew cask install sketch
# brew cask install adobe-creative-cloud # Requires manual run of this app and login to install software.
brew cask install craftmanager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment