add code-workspace
This commit is contained in:
parent
b0ecf821b5
commit
50c4d20f64
@ -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
17
chezmoi.code-workspace
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "chezmoi",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "chezmoi-private",
|
||||
"path": "../chezmoi-private"
|
||||
},
|
||||
{
|
||||
"name": "chezmoi-config",
|
||||
"path": "../../../.config/chezmoi"
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user