feat(dev and desktop) : starship with conf, devenv,wip gnome
This commit is contained in:
parent
5b62192a52
commit
3774c53e72
6 changed files with 98 additions and 15 deletions
14
configs/starship.toml
Normal file
14
configs/starship.toml
Normal 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)'
|
Loading…
Add table
Add a link
Reference in a new issue