Skip to content

Instantly share code, notes, and snippets.

@sts
Created June 14, 2020 07:53
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 sts/4b2793585cbe879b3ec1d3670cf57e8e to your computer and use it in GitHub Desktop.
Save sts/4b2793585cbe879b3ec1d3670cf57e8e to your computer and use it in GitHub Desktop.
cask_args appdir: "/Applications"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
brew "ack"
brew "curl"
brew "git"
brew "gnupg"
brew "jq"
brew "mas"
brew "moreutils"
brew "openssl"
brew "pinentry-mac"
brew "readline"
brew "the_silver_searcher"
brew "tmux"
brew "vim", flags: ["override-system-vi"]
brew "wget"
brew "zsh"
brew "coreutils"
brew "dockutil"
cask "slack"
cask "google-chrome"
cask "1password"
cask "1password-cli"
cask "vlc"
cask "iterm2"
cask "homebrew/cask-fonts/font-source-sans-pro"
cask "munki"
# ide
#cask "intellij-idea"
#cask "phpstorm"
#cask "sequel-pro"
#cask "atom"
# php
#tap "josegonzalez/homebrew-php"
#brew "php/composer"
#brew "php71", flags: [ "without-apache", "with-fpm", "with-mysql"
#brew "php72", flags: [ "without-apache", "with-fpm", "with-mysql"
#cask "alfred"
#cask "sizeup"
#cask "transmission"
#cask "chatmate-for-whatsapp"
cask_args appdir: "/Applications"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
brew "ack"
brew "curl"
brew "git"
brew "gnupg"
brew "jq"
brew "mas"
brew "moreutils"
brew "openssl"
brew "pinentry-mac"
brew "readline"
brew "the_silver_searcher"
brew "tmux"
brew "vim", flags: ["override-system-vi"]
brew "wget"
brew "zsh"
brew "coreutils"
brew "dockutil"
cask "slack"
cask "google-chrome"
cask "1password"
cask "1password-cli"
cask "vlc"
cask "iterm2"
cask "homebrew/cask-fonts/font-source-sans-pro"
cask "munki"
# ide
#cask "intellij-idea"
#cask "phpstorm"
#cask "sequel-pro"
#cask "atom"
# php
#tap "josegonzalez/homebrew-php"
#brew "php/composer"
#brew "php71", flags: [ "without-apache", "with-fpm", "with-mysql"
#brew "php72", flags: [ "without-apache", "with-fpm", "with-mysql"
#cask "alfred"
#cask "sizeup"
#cask "transmission"
#cask "chatmate-for-whatsapp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment