Skip to content

Instantly share code, notes, and snippets.

@shunchu
Last active March 2, 2018 00:35
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 shunchu/a44dba6d3d67de1014dd1ac1f81321c3 to your computer and use it in GitHub Desktop.
Save shunchu/a44dba6d3d67de1014dd1ac1f81321c3 to your computer and use it in GitHub Desktop.
macos 10.12 brewfile
tap "caskroom/cask"
tap "caskroom/drivers"
tap "caskroom/fonts"
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/science"
tap "homebrew/services"
brew "ack"
brew "readline"
brew "autoconf"
brew "chruby"
brew "gcc"
brew "freetype"
brew "gettext"
brew "colordiff"
brew "coreutils"
brew "curl"
brew "libgpg-error"
brew "libassuan"
brew "libgcrypt"
brew "git"
brew "git-flow"
brew "git-standup"
brew "pinentry"
brew "gnupg"
brew "gpg-agent"
brew "heroku"
brew "htop"
brew "jpeg"
brew "libtool"
brew "imagemagick"
brew "ipfs"
brew "libevent"
brew "memcached"
brew "libmemcached"
brew "libusb-compat"
brew "libxml2"
brew "libyaml"
brew "mas"
brew "openssl@1.1"
brew "mobile-shell"
brew "mysql"
brew "nmap"
brew "node"
brew "nvm"
brew "ossp-uuid"
brew "pkg-config"
brew "python"
brew "postgresql", restart_service: true
brew "ruby-install"
brew "sshfs"
brew "tmux"
brew "wget"
brew "yarn"
cask "amazon-music"
cask "appcleaner"
cask "bartender"
cask "chatology"
cask "crashplan"
cask "cyberduck"
cask "divvy"
cask "docker"
cask "docker-toolbox"
cask "dropbox"
cask "evernote"
cask "fantastical"
cask "firefox"
cask "font-hack-nerd-font"
cask "font-menlo-for-powerline"
cask "gisto"
cask "google-chrome"
cask "iterm2"
cask "java"
cask "kindle"
cask "livereload"
cask "ngrok"
cask "nimbus"
cask "paparazzi"
cask "postico"
cask "private-internet-access"
cask "sequel-pro"
cask "skitch"
cask "skype"
cask "slack"
cask "sophos-anti-virus-home-edition"
cask "sourcetree"
cask "spotify"
cask "sqleditor"
cask "steam"
cask "the-unarchiver"
cask "totalfinder"
cask "transmission"
cask "tripmode"
cask "tunnelbear"
cask "visual-studio-code"
cask "vlc"
cask "xmarks-safari"
cask "zoomus"
mas "1Password", id: 443987910
mas "Amphetamine", id: 937984704
mas "CCMenu", id: 603117688
mas "DrCleaner", id: 921458519
mas "HardwareGrowler", id: 475260933
mas "Microsoft Remote Desktop", id: 715768417
mas "Numbers", id: 409203825
mas "Pixelmator", id: 407963104
mas "PopClip", id: 445189367
mas "Xcode", id: 497799835
@shunchu
Copy link
Author

shunchu commented Aug 3, 2017

Use Mac App Store to check availability of apps accessible to cask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment