Avery's dotfiles#
My dotfiles, organized using chezmoi.
Installation#
- Install Homebrew and chezmoi
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
brew install chezmoi
- Create the chezmoi config at
~/.config/chezmoi/chezmoi.toml
[data]
machineType = "personal|work"
[data.git]
name = ""
email = ""
sshSigningKeyOpId = ""
[data.restic.chert]
baseOpId = ""
[data.restic.pulsar]
baseOpId = ""
[data.restic.slate]
baseOpId = ""
- Initialize the repository
chezmoi init https://tangled.sh/@bladee.bsky.social/dotfiles
fish -c "chezmoi apply"
fish -c "chezmoi apply"