Compare commits
No commits in common. "41fb0c639aba22f1dd4505f6ad03111631d47bbb" and "cf85fb6372860674d8e6bd668f140786ab301965" have entirely different histories.
41fb0c639a
...
cf85fb6372
|
@ -1,6 +1,5 @@
|
||||||
# theme
|
# theme
|
||||||
# theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
|
theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark
|
||||||
theme = gruvbox-material-soft-dark
|
|
||||||
|
|
||||||
# cursor
|
# cursor
|
||||||
cursor-style = block
|
cursor-style = block
|
||||||
|
@ -15,12 +14,7 @@ font-size = 15
|
||||||
font-thicken = true
|
font-thicken = true
|
||||||
bold-is-bright = true
|
bold-is-bright = true
|
||||||
|
|
||||||
font-feature=-calt
|
|
||||||
font-feature=-liga
|
|
||||||
font-feature=-dlig
|
|
||||||
|
|
||||||
# window
|
# window
|
||||||
window-theme = dark
|
|
||||||
window-height = 36
|
window-height = 36
|
||||||
window-width = 150
|
window-width = 150
|
||||||
|
|
||||||
|
@ -37,6 +31,3 @@ keybind = global:cmd+enter=new_window
|
||||||
# shell integrations for zsh
|
# shell integrations for zsh
|
||||||
# https://ghostty.org/docs/features/shell-integration
|
# https://ghostty.org/docs/features/shell-integration
|
||||||
shell-integration = zsh
|
shell-integration = zsh
|
||||||
|
|
||||||
# gtk
|
|
||||||
gtk-titlebar = false
|
|
||||||
|
|
|
@ -16,7 +16,8 @@ unsetopt autocd
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
eval "$(pyenv init - zsh)"
|
eval "$(pyenv init - zsh)"
|
||||||
eval "$(pyenv virtualenv-init - zsh)"
|
# https://github.com/pyenv/pyenv-virtualenv/issues/259
|
||||||
|
eval "$(pyenv virtualenv-init - zsh | sed s/precmd/chpwd/g)"
|
||||||
|
|
||||||
# ggman
|
# ggman
|
||||||
eval "$(ggman shellrc)"
|
eval "$(ggman shellrc)"
|
||||||
|
|
Loading…
Reference in New Issue