From 630b4546636a4dc2f6bc5c1cc926e488e5775b5e Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 29 Dec 2024 10:41:27 -0800 Subject: [PATCH] Switched from iterm2 to ghostty --- config/darwin.nix | 2 +- dotfiles/.aerospace.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/darwin.nix b/config/darwin.nix index ce65653..fcfe2ab 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -29,9 +29,9 @@ "aerospace" "bitwarden" "tailscale" + "ghostty" "discord" "barrier" - "iterm2" "zoom" "plex" "vlc" diff --git a/dotfiles/.aerospace.toml b/dotfiles/.aerospace.toml index 68be34f..276458c 100644 --- a/dotfiles/.aerospace.toml +++ b/dotfiles/.aerospace.toml @@ -29,8 +29,8 @@ outer.right = 5 [mode.main.binding] # See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript -cmd-enter = '''exec-and-forget osascript -e 'tell application "iTerm2" to create window with default profile'''' -cmd-shift-e = 'exec-and-forget emacs' +cmd-enter = 'exec-and-forget open -n -a "Ghostty"' +cmd-shift-e = 'exec-and-forget /etc/profiles/per-user/*/bin/emacs' cmd-shift-f = 'exec-and-forget open -n -a "Google Chrome"' cmd-shift-d = 'exec-and-forget open -n -a "Discord"'