Skip to content

Commit b65d82e

Browse files
committed
Remove chezmoi and yadm references
1 parent bcf4908 commit b65d82e

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AGENTS.md
22

3-
Personal dotfiles. **GNU stow**-managed — source tree is organized into packages (`common/`, `darwin/`, `codespaces/`) that mirror `$HOME`. Files live at their real names (no `dot_` prefix); stow creates symlinks from `$HOME` into the repo. Repo-management files (`README.md`, `AGENTS.md`, `LICENSE`, `script/`, `Makefile`, `templates/`) sit at the source root, outside every package, so stow never touches them. Per-OS gating is handled by which packages you stow — no `.chezmoiignore`, no ignore file at all.
3+
Personal dotfiles. **GNU stow**-managed — source tree is organized into packages (`common/`, `darwin/`, `codespaces/`) that mirror `$HOME`. Files live at their real names (no `dot_` prefix); stow creates symlinks from `$HOME` into the repo. Repo-management files (`README.md`, `AGENTS.md`, `LICENSE`, `script/`, `Makefile`, `templates/`) sit at the source root, outside every package, so stow never touches them. Per-OS gating is handled by which packages you stow.
44

55
## Commands
66

@@ -168,7 +168,7 @@ Formatting: LazyVim's default `conform.nvim` wiring, untouched. Format-on-save r
168168
If a tool wrote a file into a config directory at runtime (e.g. `funced` created `~/.config/fish/functions/newfunc.fish` as a real file in `$HOME`, not through a symlink), and you decide you *do* want it tracked:
169169

170170
```sh
171-
mv ~/.config/fish/functions/newfunc.fish ~/.local/share/chezmoi/common/.config/fish/functions/
171+
mv ~/.config/fish/functions/newfunc.fish common/.config/fish/functions/
172172
make install
173173
```
174174

codespaces/.oh-my-zsh/custom/custom.zsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ alias tn="tmux new-session -A -s"
3535
alias vi=nvim
3636
alias vim=nvim
3737
alias whereami=pwd
38-
alias y=chezmoi

common/.config/fish/config.fish

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ abbr -ag tn tmux new-session -A -s
8484
abbr -ag lg lazygit
8585
abbr -ag ":e" $EDITOR
8686
abbr -ag "+x" "chmod u+x"
87-
abbr -ag cze chezmoi edit
8887

8988
alias ls "ls -GpF"
9089
alias vi $EDITOR

darwin/.Brewfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
brew "autojump"
44
brew "bat"
5-
brew "chezmoi"
65
brew "container"
76
brew "curl"
87
brew "diff-so-fancy"

0 commit comments

Comments
 (0)