Editor Setup
Editor and Environment setup for maximizing developer experient.
Terminal Setup
We recommend using zsh
instead of bash
Install zsh
Ubuntu
Install with apt
sh
sudo apt update
sudo apt install zsh
Switch default shell
sh
chsh -s /usr/bin/zsh
Then logout, and login again to see it changed.
MacOS
Luckily, latest OSX use zsh as default terminal shell so you have to do nothing.
Install omz (oh-my-zsh)
Comming soon...
NodeJS Setup
Install nvm
nvm
allows you to quickly install and use different versions of node via the command line. See Installation Guide for more information.