Created
November 22, 2019 19:50
-
-
Save farmisen/73e3799f74cf0b183b05ecd9af9228d4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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