Skip to content

Commit a75b47f

Browse files
chore: AGENTS.md
1 parent ddf0800 commit a75b47f

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Dotfiles Repo
2+
3+
- This is a personal dotfiles repo organized into separate packages under `packages/`.
4+
- Check the relevant package directory for more detailed guidance before making package-specific changes.

packages/git/AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Git Package
2+
3+
- This package contains personal Git configuration shared across many machines.
4+
- `config`, `ignore`, and `attributes` are symlinked into `$HOME/.config/git/`.
5+
- Machine-local Git config is included from `$HOME/.gitconfig.local`.
6+
- Put simple shared aliases in `config` under `[alias]`.
7+
- Put complicated Git commands in `bin/git-*` scripts so Git exposes them as subcommands, e.g. `bin/git-pu` for `git pu`.

0 commit comments

Comments
 (0)