Everything to set up my home environment.
- Install prerequisites
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Install dotfiles
brew install chezmoi
chezmoi init --apply pgolm- Change default shell to fish
chsh -s /opt/homebrew/opt/fish/bin/fish