From 4ac49274b502ef92a894e249311f6db35a16d0b3 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Sat, 4 Apr 2026 09:38:02 -0500 Subject: [PATCH] update ghostty config --- ghostty/.config/ghostty/config | 13 +++++++++---- zsh/.zshrc | 6 +++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index c56f17e..d3a5a4e 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,11 +1,16 @@ font-family = Hasklug Nerd Font Mono -font-size = 16 +font-size = 18 cursor-style = block -#maximize = true +cursor-style-blink = true +maximize = true window-padding-x = 5 window-padding-y = 5 #background-opacity = 0.95 -theme = Adwaita - +theme = 12-bit Rainbow +mouse-hide-while-typing = true +background-blur = macos-glass-regular +unfocused-split-opacity = 1 +copy-on-select = true adjust-cell-height = 10 +quit-after-last-window-closed = true #shell-integration-features = ssh-terminfo diff --git a/zsh/.zshrc b/zsh/.zshrc index 4486c24..a8b1883 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -43,4 +43,8 @@ export PATH="/opt/homebrew/opt/ruby/bin:$PATH" export PATH="/Users/alexandergoussas/.gem/ruby/3.4.0/bin:$PATH" export PATH="/opt/homebrew/opt/ruby/bin:$PATH" -[ -f "/Users/alexandergoussas/.ghcup/env" ] && . "/Users/alexandergoussas/.ghcup/env" # ghcup-env \ No newline at end of file +[ -f "/Users/alexandergoussas/.ghcup/env" ] && . "/Users/alexandergoussas/.ghcup/env" # ghcup-env + +export ANKI_MEDIA_DIR='/Users/alexandergoussas/Library/Application Support/Anki2/User 1/collection.media' + +. "$HOME/.local/bin/env" -- 2.43.0