meta: add install/uninstall system

This commit is contained in:
2026-01-17 17:44:55 +00:00
parent 33b5c9ddac
commit 847549267a
5 changed files with 108 additions and 0 deletions

8
meta/components.json Normal file
View File

@@ -0,0 +1,8 @@
[
{
"name": "zsh",
"link-files": [
{ "source": "init.zsh", "dest": ".zshrc" }
]
}
]