Skip to content

Instantly share code, notes, and snippets.

@slmingol
Forked from fesnow/Brewfile
Created January 12, 2020 05:29
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 slmingol/f78dd2748a1d3a6f9178ff9079b9dd2b to your computer and use it in GitHub Desktop.
Save slmingol/f78dd2748a1d3a6f9178ff9079b9dd2b to your computer and use it in GitHub Desktop.
The alternate shell script of deprecated `brew bundle` command
#!/bin/bash
## Install Xcode from AppStore before you execute commands below for macvim
## After that, you need to open Xcode and agree the terms and install components
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Base
brew install homebrew/cask/google-chrome
brew install homebrew/cask/google-japanese-ime
brew install homebrew/cask/google-drive
brew install homebrew/cask/dropbox
brew install homebrew/cask/skype
brew install homebrew/cask/duet
brew install homebrew/cask/insomniax
brew install homebrew/cask/evernote
brew install homebrew/cask/skitch
brew install homebrew/cask/1password
brew install homebrew/cask/handbrake
brew install homebrew/cask/licecap
brew install homebrew/cask/zoomus
# Developer
brew install homebrew/cask/virtualbox
brew install homebrew/cask/vagrant
brew install homebrew/cask/firefox
brew install homebrew/cask/android-studio
brew install homebrew/cask/language-switcher
brew install homebrew/cask/sketch homebrew/cask/craftmanager
brew install homebrew/cask/dash
brew install homebrew/cask/xquartz wine mono #electron-builder
brew install homebrew/cask/ngrok
brew install homebrew/cask/mongodb-compass
# Etc
brew install homebrew/cask/sixtyforce
brew install homebrew/cask/desmume
brew install homebrew/cask/snes9x
## Brew packages
brew install zsh git tig hub wget curl openssl ag ipcalc nkf
brew install vim tmux reattach-to-user-namespace
brew install nodenv yarn rbenv ruby-build pyenv goenv glide
brew install heroku/brew/heroku certbot imagemagick graphicsmagick watchman swiftlint awscli
brew install postgresql mysql mongodb redis memcached
brew install autoconf automake libtool shtool gflags jq graphviz stern # for quipper microservice
brew install sdl2 # for ppsspp
## AppStore (install manually)
# xcode (install before exec this script)
# pocket
# line
# slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment