Skip to content

Instantly share code, notes, and snippets.

@takaokouji
Created January 10, 2017 02:35
Show Gist options
  • Save takaokouji/c561e76816ee7b7fdf483cd6687d534c to your computer and use it in GitHub Desktop.
Save takaokouji/c561e76816ee7b7fdf483cd6687d534c to your computer and use it in GitHub Desktop.
Brewfile
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'homebrew/services'
tap 'homebrew/versions'
tap 'railwaycat/emacsmacport'
brew 'trash'
brew 'mas'
brew 'coreutils'
brew 'bash-completion'
brew 'mackup'
brew 'git'
brew 'mysql'
brew 'phantomjs'
brew 'nodejs'
# emacs
brew 'emacs-mac', args: ['with-spacemacs-icon']
brew 'ispell'
brew 'cmigemo', args: ['HEAD']
brew 'global', args: ['with-ctags', 'with-pygments']
# smalruby
brew 'sdl'
brew 'sdl_image'
brew 'sdl_mixer'
brew 'sdl_ttf'
cask 'google-chrome'
cask 'google-japanese-ime'
cask 'java' unless system '/usr/libexec/java_home --failfast'
cask 'firefox'
cask 'font-source-code-pro'
cask 'font-ricty-diminished'
cask 'cmd-eikana'
cask 'avira-antivirus'
cask 'yujitach-menumeters'
cask 'dropbox'
cask 'arduino'
cask 'adobe-air'
cask 'scratch'
mas 'Slack', id: 803453959
mas 'Kobito', id: 896624060
mas 'LINE', id: 539883307
mas 'Twitter', id: 409789998
mas 'Stuffit Expander', id: 405580712
mas 'Evernote', id: 406056744
mas 'Skitch', id: 425955336
mas 'iMovie', id: 408981434
mas 'GarageBand', id: 682658836
mas 'Pages', id: 409201541
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment