Skip to content

Instantly share code, notes, and snippets.

@farmisen
Created November 22, 2019 19:50
Show Gist options
  • Save farmisen/73e3799f74cf0b183b05ecd9af9228d4 to your computer and use it in GitHub Desktop.
Save farmisen/73e3799f74cf0b183b05ecd9af9228d4 to your computer and use it in GitHub Desktop.
* nValt
* chrome
* App Store ->
* xcode
* install command line tool
* xcode-select --install
* in case of failure: http://goo.gl/gZ4L6g
* grolw
* slack
* dropbox
* firefox
* iterm2: http://www.iterm2.com/#/section/home
* homebrew https://brew.sh/
* rvm: https://rvm.io/rvm/install
* sublime
* heroku toolbelt
* postman
* zoom
# installing git and more
```
$ brew install git wget postgres
```
# installing nix:
```
$ curl https://nixos.org/nix/install | sh
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment