A speedy setup.

I use it whenever I get a new Mac and want to jump right in to being productive.

Install MacPorts

  1. Go here.
  2. Choose your Mac OS (Catalina, Mojave, …).
  3. Install the MacPorts-x.x.x-xx.xx-x.pkg (x’s will be replaced with your OS).

Food For Thought: Mull over this article and make your own choice between homebrew or MacPorts

Install jq

see: jq

port install jq

Install Fish

see: fish

port install fish
sudo chsh -s $(which fish) $(id -F)

Install oh-my-fish

see: oh-my-fish

curl -L https://get.oh-my.fish | fish

Restart your Terminal

Exit and restart your terminal.

Install nvm and nvm plugins for OMF.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$(curl -Ls 'https://api.github.com/repos/nvm-sh/nvm/releases/latest' | jq -r .tag_name)/install.sh | bash
omf install nvm

Install BobtheFish theme

see: bobthefish

omf install bobthefish

Install Docker

see:: docker

  1. Download https://desktop.docker.com/mac/stable/Docker.dmg
  2. Install.