From f571ce6b01f7e77a456c0882c1b8e7c281096add Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Wed, 6 Aug 2025 10:55:56 -0500 Subject: [PATCH] ghostty: update cell height (line height) --- ghostty/.config/ghostty/config | 6 ++++-- kitty/.config/kitty/kitty.conf | 2 +- nvim/.config/nvim/lua/plugins/filetree.lua | 2 +- zsh/.zshrc | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 8cd28c7..a1e0c2d 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -1,7 +1,9 @@ font-family = Hasklug Nerd Font Mono -font-size = 18 +font-size = 16 cursor-style = block #maximize = true window-padding-x = 5 window-padding-y = 5 -theme = HaX0R_GR33N +theme = Adwaita Dark + +adjust-cell-height = 10 diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 46a84dc..f35db12 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -4,7 +4,7 @@ # Font configuration # font_family Mononoki Nerd Font Mono # font_family IntoneMono Nerd Font Mono -font_size 18.0 +font_size 16.0 disable_ligatures never # Cursor diff --git a/nvim/.config/nvim/lua/plugins/filetree.lua b/nvim/.config/nvim/lua/plugins/filetree.lua index 5edc972..e89003a 100644 --- a/nvim/.config/nvim/lua/plugins/filetree.lua +++ b/nvim/.config/nvim/lua/plugins/filetree.lua @@ -7,7 +7,7 @@ return { require('nvim-tree').setup({ view = { width = 30, - side = "right", + side = "left", }, renderer = { root_folder_label = false, diff --git a/zsh/.zshrc b/zsh/.zshrc index d86295f..3862be2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -28,7 +28,7 @@ export PATH=$ANDROID_HOME/platform-tools:$PATH export PATH=$ANDROID_HOME/tools:$PATH # The next line updates PATH for the Google Cloud SDK. -if [ -f '/Users/aloussase/Downloads/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/aloussase/Downloads/google-cloud-sdk/path.zsh.inc'; fi +if [ -f '/Users/alexandergoussas/Documents/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/alexandergoussas/Documents/google-cloud-sdk/path.zsh.inc'; fi # The next line enables shell command completion for gcloud. -if [ -f '/Users/aloussase/Downloads/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/aloussase/Downloads/google-cloud-sdk/completion.zsh.inc'; fi +if [ -f '/Users/alexandergoussas/Documents/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/alexandergoussas/Documents/google-cloud-sdk/completion.zsh.inc'; fi -- 2.43.0