Skip to content

Commit 8e37547

Browse files
committed
Update work machine
Signed-off-by: Marcus Crane <marcus@utf9k.net>
1 parent 345b394 commit 8e37547

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.chezmoi.toml.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
{{- $wsl = true -}}
1717
{{- end -}}
1818
{{- end -}}
19+
{{- if eq .chezmoi.os "darwin" -}}
20+
{{- if eq .chezmoi.hostname "seiryu" -}}
21+
{{- $workmode = true -}}
22+
{{- $installEnv = "work" -}}
23+
{{- end -}}
24+
{{- end -}}
1925
{{- if eq .chezmoi.os "android" -}}
2026
{{- $opmode = "service" -}}
2127
{{- end -}}

run_after_configure_dock-darwin.sh.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ set -euo pipefail
1717
}}
1818

1919
{{ $workApps := list
20-
"/Applications/Firefox Developer Edition.app"
20+
"/Applications/Orion.app"
2121
"/System/Applications/Calendar.app"
22-
"/Applications/TickTick.app"
2322
"/Applications/Ghostty.app"
2423
"/Applications/Spotify.app"
2524
"/Applications/Plexamp.app"

0 commit comments

Comments
 (0)