feat(dev and desktop) : starship with conf, devenv,wip gnome

This commit is contained in:
Florian Schmitt 2023-05-11 17:03:37 +03:00
parent 5b62192a52
commit 3774c53e72
6 changed files with 98 additions and 15 deletions

14
configs/starship.toml Normal file
View file

@ -0,0 +1,14 @@
"$schema" = 'https://starship.rs/config-schema.json'
format = '${custom.tztime}$all$directory$character'
add_newline = true # Inserts a blank line between shell prompts
[character]
success_symbol = '[➜](bold green)'
error_symbol = "[➜](bold red)"
[custom.tztime]
command = 'date +"%a %d %b %H:%M%p"'
when = "true"
format = '\[$symbol($output)\] (purple)'