Started out on Linux, but now I'm working on replacing this with the config for my macOS setup.
- Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- These homebrew formulae (all other formulae and casks should be handled by homebrew-bundle):
brew install fish stow
fish INSTALL.fish
which fish | sudo tee -a /etc/shells # this step is necessary since fish is being installed from homebrew
chsh -s $(which fish)
brew bundle install --global
# fisher hack needed when adopting new pc
git apply 00000_*.patch
fish
fisher list
fisher update