Skip to content

Instantly share code, notes, and snippets.

@knuu
Created April 5, 2016 04:15
Show Gist options
  • Save knuu/dba4152488e9d8352306689b2b451156 to your computer and use it in GitHub Desktop.
Save knuu/dba4152488e9d8352306689b2b451156 to your computer and use it in GitHub Desktop.
brew install
#/bin/sh
# emacs
brew install emacs --with-cocoa --with-ctags --with-d-bus --with-gnutls --with-imagemagick --with-librsvg --with-mailutils
brew applinks
# brewcask
brew install caskroom/cask/brew-cask
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
# NLP
brew install mecab
brew install cabocha --with-charset=UTF8 --with-posset=IPA
# git
brew install git --with-blk-sha1 --with-gettext --with-pcre
git clone https://github.com/knuu/dotfiles.git
ln -s ~/github/dotfiles/.emacs.d .emacs.d
ln -s ~/github/dotfiles/.zsh/ .zsh
ln -s ~/github/dotfiles/.tmux.conf .tmux.conf
echo "source .zsh/.zshenv" > .zshenv
# tmux
brew install tmux
brew install reattach-to-user-namespace --with-wrap-pbcopy-and-pbpaste
# python
brew install pyenv
source ~/.zsh/.zshrc
pyenv install anaconda3-2.5.0
pyenv install pypy-5.0.0
pyenv install pypy3-2.4.0
#pyenv install 2.7.11
#pyenv install 3.5.1
pip install tldr
pip install selenium
pip install flake8
brew install rbenv
# zsh
brew install zsh
brew install zsh-completions
brew install zsh-syntax-highlighting
brew install nim
brew install nkf
brew install coreutils --with-gmp
brew install gcc --with-all-language
# gnuplot
brew cask install aquaterm
brew cask install xquartz
brew install gnuplot --with-aquaterm --with-pdflib-lite --with-test --with-x11
brew install postgresql --with-dtrace --with-python
brew install sqlite3 --with-dbstat --with-docs --with-fts --with-functions --with-json1 --with-secure-delete --with-unlock-notify
brew install fortune
brew install cowsay
brew install sl
brew install osxutils
brew install phantomjs
brew install cpanminus
brew install poppler --with-little-cms2 --with-qt5
brew install tree
brew install wget --with-debug --with-gpgme --with-iri --with-libmetalink --with-libressl --with-pcre
brew install youtube-dl --with-rtmpdump
brew cask install java
brew install graphviz --with-app --with-bindings --with-freetype --with-gts --with-libsvg --with-pango --with-x11
brew linkapps
brew cask install atom
brew cask install evernote
#brew install coq
#brew install erlang
#brew install ghc
#brew install gnu-prolog
#brew install nasm
#brew install ocaml
#brew install opam
#brew install go
#brew install john-jumbo
#brew install autopsy
#brew install lua
#brew install markdown
#brew install mercurial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment