agents skills

This commit is contained in:
2026-03-18 19:45:59 +08:00
parent f642e96112
commit f06be8c133
4 changed files with 321 additions and 0 deletions

View File

@@ -17,6 +17,11 @@ stow -v git -D
Target (`-t`) defaults to the parent of `pwd`, so if you clone this repo not in `$HOME` then you MUST explicitly provide `-t ~` or `-t $HOME` every time.
Root-specific packages:
* `keyd` => `sudo stow keyd -t /`
* `docker` => `sudo stow docker -t /`
## Documentation and sources
* <https://www.gnu.org/software/stow/manual/stow.html>