Compare commits
6 Commits
f39f21b624
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
360afecb75
|
|||
|
5fb9b3618b
|
|||
|
41fb0c639a
|
|||
|
4b17d5db2d
|
|||
|
cf85fb6372
|
|||
|
475c183ff7
|
@@ -1,5 +1,6 @@
|
|||||||
# 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
|
||||||
@@ -14,7 +15,13 @@ font-size = 15
|
|||||||
font-thicken = true
|
font-thicken = true
|
||||||
bold-is-bright = true
|
bold-is-bright = true
|
||||||
|
|
||||||
|
# disable ligatures
|
||||||
|
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
|
||||||
|
|
||||||
@@ -31,3 +38,9 @@ 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
|
||||||
|
|
||||||
|
# paste protection
|
||||||
|
clipboard-paste-protection = false
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ $lua\
|
|||||||
$nodejs\
|
$nodejs\
|
||||||
$python\
|
$python\
|
||||||
$rust\
|
$rust\
|
||||||
|
$cmd_duration\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
@@ -50,3 +51,8 @@ format = 'via [${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
|||||||
python_binary = 'python'
|
python_binary = 'python'
|
||||||
pyenv_version_name = false
|
pyenv_version_name = false
|
||||||
detect_files = [ '.python-version' ]
|
detect_files = [ '.python-version' ]
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
ssh_only = false
|
||||||
|
style = 'bold yellow'
|
||||||
|
format = '[$hostname]($style) on '
|
||||||
|
|||||||
@@ -16,8 +16,7 @@ unsetopt autocd
|
|||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
eval "$(pyenv init - zsh)"
|
eval "$(pyenv init - zsh)"
|
||||||
# https://github.com/pyenv/pyenv-virtualenv/issues/259
|
eval "$(pyenv virtualenv-init - zsh)"
|
||||||
eval "$(pyenv virtualenv-init - zsh | sed s/precmd/chpwd/g)"
|
|
||||||
|
|
||||||
# ggman
|
# ggman
|
||||||
eval "$(ggman shellrc)"
|
eval "$(ggman shellrc)"
|
||||||
|
|||||||
Reference in New Issue
Block a user