diff --git a/config/.bashrc b/config/.bashrc index dedd464..c5e25e8 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -136,7 +136,7 @@ alias zf='z $(flirt)' # See /usr/share/doc/bash-doc/examples in the bash-doc package. # if [ -z "$EDITOR" ]; then # export EDITOR='kak' -export EDITOR='helix' +export EDITOR='nvim' # fi if [ -f ~/.bash_aliases ]; then diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index 8c4fe9a..72b0104 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -1,19 +1,20 @@ font-family = "" # font-family = "FairfaxHaxHD" # font-family = "PragmataPro Liga" -font-family = "BigBlueTermPlus Nerd Font" +# font-family = "BigBlueTermPlus Nerd Font" # font-family = "Olympe Mono Hacked" +font-family = "Iosevka Term SS12" font-family = "Cascadia Code" font-family = "CaskaydiaCove Nerd Font" # font-family = "Terminess Nerd Font Mono" # font-family = "Ubuntu Mono Nerd Font" -font-family = "Iosevka Term SS12" # font-family = "Victor Mono Nerd Font" # font-family = "Sudo" -theme = rose-pine +theme = light:rose-pine-dawn,dark:rose-pine font-size = 14 +font-variation = wdth=100 # theme = light:xcodelight,dark:xcodedark # theme = Monokai Classic # window-decoration = false -gtk-adwaita = false -window-decoration = false +# gtk-adwaita = false +window-decoration = true diff --git a/config/.gitconfig b/config/.gitconfig index 6917221..f7c81e2 100644 --- a/config/.gitconfig +++ b/config/.gitconfig @@ -7,7 +7,7 @@ process = git-lfs filter-process required = true [core] - editor = helix + editor = nvim [init] defaultBranch = master [sendemail]