add code-workspace

This commit is contained in:
Yuan Chiu 2025-04-23 11:15:57 +08:00
parent b0ecf821b5
commit 50c4d20f64
2 changed files with 18 additions and 0 deletions

View File

@ -1,4 +1,5 @@
Readme.md
chezmoi.code-workspace
{{- if ne .chezmoi.hostname "work-laptop" }}
.work # only manage .work on work-laptop
{{- end }}

17
chezmoi.code-workspace Normal file
View File

@ -0,0 +1,17 @@
{
"folders": [
{
"name": "chezmoi",
"path": "."
},
{
"name": "chezmoi-private",
"path": "../chezmoi-private"
},
{
"name": "chezmoi-config",
"path": "../../../.config/chezmoi"
}
],
"settings": {}
}