Skip to content

Instantly share code, notes, and snippets.

@marmot1123
Last active August 29, 2015 14:26
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 marmot1123/b9811aa97f47bb43e896 to your computer and use it in GitHub Desktop.
Save marmot1123/b9811aa97f47bb43e896 to your computer and use it in GitHub Desktop.
MacBookをEl Capitanにして新しくセットアップする3 〜コマンドラインツール整備編〜 ref: http://qiita.com/marmot1123/items/688adc739eacf67ddb7d
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew tap b4b4r07/brionac
$ brew install brionac
$ cp -f /usr/local/Cellar/ricty/3.2.4/share/fonts/Ricty*.ttf ~/Library/Fonts/
$ fc-cache -vf
---
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