From 7d0f90da66985b402c6a25eb3eca8cc9e6060ced Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 18:52:34 -0600 Subject: fix(testing): remove obsolete --skip-slow-packages option This flag was removed from archsetup but remained in test scripts. --- dotfiles/system/.config/ghostty/config | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 dotfiles/system/.config/ghostty/config (limited to 'dotfiles/system/.config/ghostty') diff --git a/dotfiles/system/.config/ghostty/config b/dotfiles/system/.config/ghostty/config new file mode 100644 index 0000000..68f8a15 --- /dev/null +++ b/dotfiles/system/.config/ghostty/config @@ -0,0 +1,44 @@ +# Ghostty configuration to match st terminal appearance + +# Font configuration (matching st) +font-family = "Berkeley Mono" +font-size = 12 +font-feature = ss01 +font-feature = ss02 +font-feature = ss03 + +# Window appearance +window-padding-x = 2 +window-padding-y = 2 +background-opacity = 0.8 +gtk-titlebar = false + +# Colors (matching st's color scheme) +# Foreground: gray90, Background: black +foreground = d9d9d9 +background = 000000 + +# 16 ANSI colors (matching st config.def.h) +palette = 0=#000000 +palette = 1=#cd0000 +palette = 2=#00cd00 +palette = 3=#cdcd00 +palette = 4=#0000ee +palette = 5=#cd00cd +palette = 6=#00cdcd +palette = 7=#e5e5e5 +palette = 8=#7f7f7f +palette = 9=#ff0000 +palette = 10=#00ff00 +palette = 11=#ffff00 +palette = 12=#5c5cff +palette = 13=#ff00ff +palette = 14=#00ffff +palette = 15=#ffffff + +# Cursor configuration +cursor-color = cccccc +cursor-style = block + +# Keybindings +keybind = shift+enter=text:\x1b\r -- cgit v1.2.3