Skip to content

Instantly share code, notes, and snippets.

@jechol
Created December 29, 2017 01:06
Show Gist options
  • Save jechol/cf70bd319c8c2599380daf420b0c9833 to your computer and use it in GitHub Desktop.
Save jechol/cf70bd319c8c2599380daf420b0c9833 to your computer and use it in GitHub Desktop.
OSX bootstrap
tap "homebrew/bundle"
tap "homebrew/core"
# Java is dependency for followings
cask "java"
# Core utils
cask "iterm2"
brew "fish"
brew "tmux"
brew "git"
# Build dependencies
brew "autoconf"
brew "automake"
brew "berkeley-db@4"
brew "boost", args: ["c++11"]
brew "coreutils"
brew "libevent"
brew "libgit2"
brew "libtool"
brew "libxslt"
brew "openssl"
brew "pkg-config"
brew "readline"
# Utils
brew "cloc"
brew "curl"
brew "wget"
brew "gnupg"
brew "graphviz"
brew "imagemagick"
brew "jq"
brew "jsonpp"
brew "peco"
brew "reattach-to-user-namespace"
brew "the_silver_searcher"
brew "tig"
brew "tree"
brew "yarn", args: ["without-node"]
tap "caskroom/cask"
tap "caskroom/versions"
cask "charles"
cask "dash"
cask "docker"
cask "google-chrome"
cask "istat-menus"
cask "keka"
cask "ngrok"
cask "postico"
cask "sizeup"
cask "skitch"
cask "sourcetree"
cask "visual-studio-code"
brew "mas"
mas "LastPass", id: 926036361
mas "Xcode", id: 497799835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment