From 9705b9a7b81de905c104f942067d8334ebcb315a Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Tue, 21 Oct 2025 22:59:41 +0200 Subject: [PATCH] update --- .chezmoiignore | 3 --- dot_Brewfile => dot_Brewfile.tmpl | 3 +++ dot_aerospace.toml | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 .chezmoiignore rename dot_Brewfile => dot_Brewfile.tmpl (95%) diff --git a/.chezmoiignore b/.chezmoiignore deleted file mode 100644 index 3eb44cd..0000000 --- a/.chezmoiignore +++ /dev/null @@ -1,3 +0,0 @@ -{{- if ne .chezmoi.hostname "work-laptop" }} -Projects/.gitconfig -{{- end }} diff --git a/dot_Brewfile b/dot_Brewfile.tmpl similarity index 95% rename from dot_Brewfile rename to dot_Brewfile.tmpl index 160db42..edd7028 100644 --- a/dot_Brewfile +++ b/dot_Brewfile.tmpl @@ -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 }} diff --git a/dot_aerospace.toml b/dot_aerospace.toml index 587e44f..bac40ed 100644 --- a/dot_aerospace.toml +++ b/dot_aerospace.toml @@ -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