These are my personalised dotfiles using chezmoi as the dotfiles manager.
The core terminal setup is:
There are a few things that are needed to use these dotfiles:
- homebrew
- chezmoi
Here are the installation steps:
# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install chezmoi
brew install chezmoi
To get this dotfiles repository and apply it:
chezmoi init jlarfors --apply
After making some changes, either to the dotfiles or local configs:
# Move to the chezmoi directory
chezmoi cd
# Diff
chezmoi diff
# Apply the configurations
chezmoi apply