Shell 27.6%
Other 72.4%
31 1 0

Clone this repository

https://tangled.org/bladee.bsky.social/dotfiles
git@knot.averyrive.rs:bladee.bsky.social/dotfiles

For self-hosted knots, clone URLs may differ based on your setup.

README.md

Avery's dotfiles#

My dotfiles, organized using chezmoi.

Installation#

  1. 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
  1. 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 = ""
  1. Initialize the repository
chezmoi init https://tangled.sh/@bladee.bsky.social/dotfiles
fish -c "chezmoi apply"
fish -c "chezmoi apply"