Development Environment Checklist
Checklist to setup development environment from scratch
- AppleID
- XCode
- iTerm2
- color palette Solarized
- oh my zsh
- theme agnoster
- patch
prompt_context
at agnoster theme withprompt_segment black default "Ξ»"
- Brew
- Visual Studio Code
- Code Spell Checker
- Monokai Operator / Identical Sublime Monokai
- Docker
- Erlang
- Go
- Source Code Pro
- Docker
- Wireshark
- Burp Suite
brew install node
npm install -g yarn
npm install -g typescript ts-node
npm install -g aws-cdk
brew install python3
python3 -m pip install virtualenv
- AWS Commandline Utility v2
- Go
export PATH=/usr/local/go/bin:$PATH
export GOPATH=$HOME/devel/go
brew install dep
brew install openssl
- Erlang
./configure --prefix=/usr/local/otp_22.0 --enable-threads --enable-smp-support --enable-kernel-poll --with-ssl=/usr/local/opt/openssl
- Scala
curl -s "https://get.sdkman.io" | bash
use sdkmansdk install java 11.0.5.hs-adpt
brew install sbt
- Visual Studio Code plugins: Scala (Metals)