The dotfiles are managed using chezmoi. Download this repo into ~/.local/share/chezmoi.
Before proceeding make sure that you're logged in into your Apple account.
- Install Brew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Install Brew dependencies.
brew bundle-
Open 1Password and log into all necessary vaults. Next, go to
Setting -> Developerand enable the SSH agent, as well as the CLI integration. -
Set Fish as default shell.
echo "$(which fish)" | sudo tee -a /etc/shells
chsh -s $(which fish)-
Log out and log in for changes to be applied.
-
Run chezmoi to put all of the config files into their places.
chezmoi apply