Skip to content

Commit

Permalink
wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Nov 17, 2024
1 parent 2c85f33 commit 8a99c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .zsh_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a99c26

Please sign in to comment.