We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
my dot files (integrates with chezmoi CLI util)
install homebrew
install chezmoi via homebrew
brew install chezmoi
initialize from this repo
chezmoi init --apply git@github.com:CITguy/dotfiles.git
create local config (unique to machine)
mkdir -p ~/.config/chezmoi touch ~/.config/chezmoi/chezmoi.toml
define data.email
data.email
[data] email = "user@domain"