Update zshrc to separate mac and linux config. Update ghostty configuration
This commit is contained in:
parent
802edc7d88
commit
a8fbf84c59
3 changed files with 27 additions and 13 deletions
|
@ -1,5 +1,10 @@
|
|||
# --- Basics
|
||||
font-family = "IosevkaTermSlab Nerd Font Propo"
|
||||
font-style = "Regular"
|
||||
|
||||
# Optional: make bold map to bright colors like iTerm2
|
||||
|
||||
bold-color = "#fefefe"
|
||||
font-size = 13
|
||||
|
||||
# Disable programming ligatures (same as your HarfBuzz flags)
|
||||
|
@ -15,6 +20,7 @@ theme = my-dark
|
|||
# Font-size keybindings (match Ctrl+Shift+j/k from WezTerm)
|
||||
keybind = all:ctrl+shift+k=increase_font_size:1
|
||||
keybind = all:ctrl+shift+j=decrease_font_size:1
|
||||
background-opacity = 1.0
|
||||
|
||||
# Optional: make the split divider visible (newer Ghostty)
|
||||
# split-divider-color = #444444
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Colors = your WezTerm dark palette
|
||||
foreground = #8e8e8e
|
||||
foreground = #BBBBBB
|
||||
background = #191919
|
||||
cursor-color = #BBBBBB
|
||||
cursor-text = #191919
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue