fix(vscode): fix file locations on macos
This commit is contained in:
parent
e70ae77530
commit
8d621b4a32
@ -3,4 +3,5 @@ Library/
|
||||
{{ end }}
|
||||
{{ if ne .chezmoi.os "linux" }}
|
||||
.config/hyfetch.json
|
||||
.config/Code
|
||||
{{ end }}
|
||||
|
||||
@ -0,0 +1 @@
|
||||
{{- template "settings.json" -}}
|
||||
1
Library/Application Support/Code/User/settings.json.tmpl
Normal file
1
Library/Application Support/Code/User/settings.json.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- template "settings.json" -}}
|
||||
1
private_dot_config/Code/User/keybindings.json.tmpl
Normal file
1
private_dot_config/Code/User/keybindings.json.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- template "settings.json" -}}
|
||||
1
private_dot_config/Code/User/settings.json.tmpl
Normal file
1
private_dot_config/Code/User/settings.json.tmpl
Normal file
@ -0,0 +1 @@
|
||||
{{- template "settings.json" -}}
|
||||
Loading…
Reference in New Issue
Block a user