Skip to content

Instantly share code, notes, and snippets.

@Nek
Last active December 19, 2017 21:10
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 Nek/409f61278ddf1e3ed1d261eeef18031a to your computer and use it in GitHub Desktop.
Save Nek/409f61278ddf1e3ed1d261eeef18031a to your computer and use it in GitHub Desktop.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install fish
brew install wget
brew install gnutls
brew install git
brew install jq
brew install rlwrap
# clojure
brew install leiningen
# js stuff
brew install n
n lts
npm install yarn -g
# dependencies for emacs
brew install the_silver_searcher
yarn global add tern
# emacs for mac
# brew install emacs-mac ...
# some apps
brew install cask
brew cask install gitup
brew cask install selfcontrol
# some browsers
brew cask install google-chrome
brew cask install google-chrome-canary
brew cask install waterfox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment