From 571be328b971a4416acc880dc1e0130f362f9c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?boggs=20=F0=9F=8C=8A?= <6130147+b-ggs@users.noreply.github.com> Date: Sat, 28 Dec 2024 06:12:58 +0800 Subject: [PATCH] Add ghostty and initial ghostty config --- ghostty/.config/ghostty/config | 24 ++++++++++++++++++++++++ homebrew/Brewfile | 1 + 2 files changed, 25 insertions(+) create mode 100644 ghostty/.config/ghostty/config diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config new file mode 100644 index 0000000..0d8ff36 --- /dev/null +++ b/ghostty/.config/ghostty/config @@ -0,0 +1,24 @@ +palette = 0=#5A4551 +palette = 1=#f38ba8 +palette = 2=#a6e3a1 +palette = 3=#f9e2af +palette = 4=#89b4fa +palette = 5=#f5c2e7 +palette = 6=#94e2d5 +palette = 7=#bac2de +palette = 8=#705867 +palette = 9=#f38ba8 +palette = 10=#a6e3a1 +palette = 11=#f9e2af +palette = 12=#89b4fa +palette = 13=#f5c2e7 +palette = 14=#94e2d5 +palette = 15=#a6adc8 +background = 352939 +foreground = f4cde9 +cursor-color = f5e0dc +selection-background = 353749 +selection-foreground = cdd6f4 +font-family = Iosevka Term +font-size = 16 +macos-titlebar-proxy-icon = hidden diff --git a/homebrew/Brewfile b/homebrew/Brewfile index f647377..d61c453 100644 --- a/homebrew/Brewfile +++ b/homebrew/Brewfile @@ -48,6 +48,7 @@ cask "alt-tab" cask "android-platform-tools" cask "dbeaver-community" cask "discord" +cask "ghostty" cask "hammerspoon" cask "handbrake" cask "karabiner-elements"