We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345b394 commit 8e37547Copy full SHA for 8e37547
2 files changed
.chezmoi.toml.tmpl
@@ -16,6 +16,12 @@
16
{{- $wsl = true -}}
17
{{- end -}}
18
19
+{{- if eq .chezmoi.os "darwin" -}}
20
+{{- if eq .chezmoi.hostname "seiryu" -}}
21
+{{- $workmode = true -}}
22
+{{- $installEnv = "work" -}}
23
+{{- end -}}
24
25
{{- if eq .chezmoi.os "android" -}}
26
{{- $opmode = "service" -}}
27
run_after_configure_dock-darwin.sh.tmpl
@@ -17,9 +17,8 @@ set -euo pipefail
}}
{{ $workApps := list
- "/Applications/Firefox Developer Edition.app"
+ "/Applications/Orion.app"
"/System/Applications/Calendar.app"
- "/Applications/TickTick.app"
"/Applications/Ghostty.app"
"/Applications/Spotify.app"
"/Applications/Plexamp.app"
0 commit comments