zsh,vm-list,karabiner,ghostty

This commit is contained in:
2025-09-26 05:57:27 +02:00
parent 19d8392092
commit b1a4566452
9 changed files with 122 additions and 44 deletions

View File

@@ -1,49 +1,42 @@
theme = catppuccin-latte
# Terminal
term = "xterm-256color"
term = xterm-256color
# Fonts
font-family = "JetBrains Mono NL"
font-size = 14
font-family = "Maple Mono NF"
#font-size = 14
font-thicken = true
# Cell width (affects letter spacing)
# adjust-cell-width = -1
# adjust-cell-height = -1
# adjust-font-baseline = -1
# Cursor
cursor-style-blink = false
cursor-style = block
shell-integration-features = no-cursor
# Icon
# macos-icon = custom-style
# macos-icon-frame = plastic
# macos-icon-ghost-color = cba6f7
# macos-icon-screen-color = 181825
#font-thicken-strength = 2
adjust-box-thickness = 2
# Window
#background = #181818
#background = #000000
#window-theme = dark
window-width = 100
window-height = 26
window-padding-x = 4
window-padding-y = 2
# window-colorspace = display-p3
# macos-titlebar-style = native
#macos-titlebar-style = transparent
window-padding-x = 0
window-padding-y = 0
window-height = 50
window-width = 120
window-step-resize = true
window-padding-balance = false
# window-padding-color = extend
# Icon
macos-icon = custom
# Resize by row
#window-step-resize = true
#window-padding-balance = true
# Background
# background-opacity = 1
# background-blur-radius = 0
# Cursor
cursor-style = block
cursor-style-blink = false
mouse-hide-while-typing = true
shell-integration-features = no-cursor
# Font/Cell quality
window-colorspace = srgb
alpha-blending = linear-corrected
macos-titlebar-style = native
adjust-cell-width = -1
#adjust-cell-height = -2
# Theme
background = #eeeeee
foreground = #434343
window-theme = auto
background-opacity = 1
background-blur = false

View File

@@ -6,11 +6,10 @@ autoload -U down-line-or-beginning-search
zle -N up-line-or-beginning-search
zle -N down-line-or-beginning-search
# -----------------------------
# Bind keys for history search
# -----------------------------
bindkey '^[[A' up-line-or-beginning-search
bindkey '^[OA' up-line-or-beginning-search
bindkey '^[[B' down-line-or-beginning-search
bindkey '^[OB' down-line-or-beginning-search
bindkey '^U' backward-kill-line

View File

@@ -1,3 +1,5 @@
export EDITOR="nvim"
export VISUAL="nvim"
if [ -f "$HOME/.config/zsh/zshrc" ]; then
source "$HOME/.config/zsh/zshrc"
else