Files
dotfiles/meta/components.json

21 lines
298 B
JSON
Raw Permalink Normal View History

2026-01-17 17:44:55 +00:00
[
{
"name": "zsh",
"link-files": [
{ "source": "init.zsh", "dest": ".zshrc" }
]
},
2026-02-21 19:36:17 +00:00
{
"name": "clang-format",
"link-files": [
{ "source": "clang-format", "dest": ".clang-format" }
]
},
{
"name": "nvim",
"link-dirs": [
{ "source": ".", "dest": ".config/nvim" }
]
2026-01-17 17:44:55 +00:00
}
]