This commit is contained in:
Morten Olsen
2025-10-21 22:59:41 +02:00
parent 5f8e8f4dd5
commit 9705b9a7b8
3 changed files with 3 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
{{- if ne .chezmoi.hostname "work-laptop" }}
Projects/.gitconfig
{{- end }}

View File

@@ -61,10 +61,13 @@ cask "mqtt-explorer"
cask "obsidian"
cask "ollama-app"
cask "raycast"
cask "tree-sitter-cli"
{{- if ne .work true }}
cask "darktable"
cask "signal"
cask "proton-mail-bridge"
cask "proton-pass"
cask "protonvpn"
cask "steam"
{{- end }}

View File

@@ -4,12 +4,6 @@
# You can use it to add commands that run after AeroSpace startup.
# Available commands : https://nikitabobko.github.io/AeroSpace/commands
after-startup-command = []
exec-on-workspace-change = [
'/bin/bash',
'-c',
'sketchybar --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE',
'exec-and-forget borders active_color=0xffe1e3e4 inactive_color=0xff494d64 width=0',
]
# Start AeroSpace at login
start-at-login = true