apt
instructionssudo apt install git
gh
(for saving auth credentials)sudo apt install postgresql libpq-dev
sudo apt install tmux
gem install tmuxinator
sudo apt install zsh
, oh-my-zsh will set it as the default shell (need to restart afterward)$ sudo su - postgres
$ createuser josh
$ psql
ALTER USER josh WITH SUPERUSER;