AutoYADM commit: 2025-01-05 03:30:02

This commit is contained in:
Daniel Fichtinger 2025-01-05 03:30:02 -05:00
parent f9d5546ff6
commit a55624c089
3 changed files with 7 additions and 14 deletions

View file

@ -1,8 +1,8 @@
font-family = SauceCodePro NFM font-family = SauceCodePro NFM
theme = GruvboxDarkHard theme = ashen
window-decoration = false window-decoration = false
keybind = ctrl+enter=unbind keybind = ctrl+enter=unbind
background-opacity = 0.5 background-opacity = 1
resize-overlay = never resize-overlay = never
confirm-close-surface = false confirm-close-surface = false
mouse-hide-while-typing = true mouse-hide-while-typing = true

View file

@ -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

View file

@ -10,14 +10,16 @@ $python\
$line_break\ $line_break\
$character""" $character"""
"$schema" = 'https://starship.rs/config-schema.json'
[directory] [directory]
style = "blue" style = "blue"
fish_style_pwd_dir_length = 3 fish_style_pwd_dir_length = 3
[character] [character]
success_symbol = "[](purple)" success_symbol = "[>](purple)"
error_symbol = "[](red)" error_symbol = "[>](red)"
vimcmd_symbol = "[](green)" vimcmd_symbol = "[<](green)"
[git_branch] [git_branch]
format = "[$branch]($style)" format = "[$branch]($style)"