From 8a99c26f9d58dfd315a08ba237dbd6e0aa591b0d Mon Sep 17 00:00:00 2001 From: Moshe Avni Date: Sun, 17 Nov 2024 18:22:49 +0200 Subject: [PATCH] wezterm --- .wezterm.lua | 4 ++++ .zsh_plugins.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/.wezterm.lua b/.wezterm.lua index ac61bac..3068142 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -19,6 +19,10 @@ config.font = wez.font_with_fallback { { family = 'Cascadia Code', weight = 'Dem config.font_size = 15 config.freetype_load_target = 'Normal' config.custom_block_glyphs = false +config.default_cursor_style = 'BlinkingBar' +config.cursor_blink_rate = 500 +config.cursor_thickness = 2 +config.line_height = 0.9 -- tab bar config.use_fancy_tab_bar = true diff --git a/.zsh_plugins.txt b/.zsh_plugins.txt index 439e93f..05befde 100644 --- a/.zsh_plugins.txt +++ b/.zsh_plugins.txt @@ -12,6 +12,7 @@ belak/zsh-utils path:history zsh-users/zsh-autosuggestions kind:defer ohmyzsh/ohmyzsh path:plugins/git kind:defer zsh-users/zsh-syntax-highlighting kind:defer +wez/wezterm path:assets/shell-integration/wezterm.sh kind:defer # this is last belak/zsh-utils path:completion kind:autoload post:compstyle_zshzoo_setup