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