Skip to content

Instantly share code, notes, and snippets.

@kakerukaeru
Last active August 29, 2015 14:05
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 kakerukaeru/0ad516971ea08f38a05e to your computer and use it in GitHub Desktop.
Save kakerukaeru/0ad516971ea08f38a05e to your computer and use it in GitHub Desktop.
brewfileやで
# Make sure using latest Homebrew
update
upgrade
# For cask
tap caskroom/cask || true
install brew-cask
# brew packages
install tmux
install xz
install csshx
install jq
install wget
install bash-completion
install pyenv-virtualenv
install rbenv
install coreutils
# .dmg apps
cask install spectacle
cask install google-chrome
cask install skype
cask install hipchat
cask install dropbox
cask install karabiner
cask install mou
cask install tunnelblick
cask install evernote
cask install keepassx
cask install filezilla
cask install virtualbox
cask install vagrant
cask install gyazo
cask install firefox
# 不要なファイルを削除
cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment