Last active
August 29, 2015 14:26
-
-
Save marmot1123/b9811aa97f47bb43e896 to your computer and use it in GitHub Desktop.
MacBookをEl Capitanにして新しくセットアップする3 〜コマンドラインツール整備編〜 ref: http://qiita.com/marmot1123/items/688adc739eacf67ddb7d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew tap b4b4r07/brionac | |
$ brew install brionac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cp -f /usr/local/Cellar/ricty/3.2.4/share/fonts/Ricty*.ttf ~/Library/Fonts/ | |
$ fc-cache -vf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
tap: | |
- b4b4r07/brionac | |
- caskroom/cask | |
- homebrew/dupes | |
- homebrew/php | |
- sanemat/font | |
brew: | |
install: | |
- { name: aquaterm } | |
- { name: autoconf } | |
- { name: automake } | |
- { name: brew-cask } | |
- { name: brionac } | |
- { name: cairo } | |
- { name: clipboard } | |
- { name: composer } | |
- { name: curl } | |
- { name: emacs, args: --with-cocoa, --with-glib, --with-imagemagick, --with-x11 } | |
- { name: ffmpeg } | |
- { name: gcc } | |
- { name: ghostscript, args: --with-x11 } | |
- { name: git } | |
- { name: glib } | |
- { name: gnu-typist } | |
- { name: gnuplot, args: --with-aquaterm, --with-cairo, --with-latex, --with-pdfflib-lite, --with-qt, --with-x11 } | |
- { name: hub } | |
- { name: lua } | |
- { name: lzlib } | |
- { name: macvim, args: --with-lua, --with-luajit } | |
- { name: mcrypt } | |
- { name: mysql } | |
- { name: node } | |
- { name: nodebrew } | |
- { name: openssl } | |
- { name: php54 } | |
- { name: php54-mcrypt } | |
- { name: python } | |
- { name: qt } | |
- { name: readline } | |
- { name: ricky } | |
- { name: ruby } | |
- { name: sqlit } | |
- { name: tmux } | |
- { name: tree } | |
- { name: vim, args: --with-lua, --with-luajit } | |
- { name: zlib } | |
- { name: zsh } | |
- { name: zsh-completions } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment