diff --git a/.config/ghostty/config b/.config/ghostty/config index 45d56e5a..923fa5fc 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -1,8 +1,8 @@ font-family = SauceCodePro NFM -theme = GruvboxDarkHard +theme = ashen window-decoration = false keybind = ctrl+enter=unbind -background-opacity = 0.5 +background-opacity = 1 resize-overlay = never confirm-close-surface = false mouse-hide-while-typing = true diff --git a/.config/ghostty/config.bak b/.config/ghostty/config.bak deleted file mode 100644 index 923fa5fc..00000000 --- a/.config/ghostty/config.bak +++ /dev/null @@ -1,9 +0,0 @@ -font-family = SauceCodePro NFM -theme = ashen -window-decoration = false -keybind = ctrl+enter=unbind -background-opacity = 1 -resize-overlay = never -confirm-close-surface = false -mouse-hide-while-typing = true -window-padding-balance = true diff --git a/.config/starship.toml b/.config/starship.toml index 265f4a15..e0b2a22d 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -10,14 +10,16 @@ $python\ $line_break\ $character""" +"$schema" = 'https://starship.rs/config-schema.json' + [directory] style = "blue" fish_style_pwd_dir_length = 3 [character] -success_symbol = "[❯](purple)" -error_symbol = "[❯](red)" -vimcmd_symbol = "[❮](green)" +success_symbol = "[>](purple)" +error_symbol = "[>](red)" +vimcmd_symbol = "[<](green)" [git_branch] format = "[$branch]($style)"