- Cinch
- Alfred
- Chrome
- Dropbox
- VS Code
- Insomnia Rest Client
- 1Password 6.x
- Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(Go to http://brew.sh for newest instructions)
- Golang (brew install go)
- nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- yarn
brew install yarn
- slack
Install ZSH (default on mac and apt-get on ubuntu) and Oh My Zsh
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install powerline fonts for oh my zsh
- Windows - https://slmeng.medium.com/how-to-install-powerline-fonts-in-windows-b2eedecace58
- Linux - https://github.com/powerline/fonts
Change shell to ZSH
chsh -s $(which zsh)
Be sure to right click the WSL/Terminal/Whatever window and choose a font that is a Powerline font you just installed, like "Deja Vu Mono"