switch to chezmoi
This commit is contained in:
parent
3c5d00dbf3
commit
a8b0acd4db
76 changed files with 27 additions and 531 deletions
22
dot_config/starship.toml
Normal file
22
dot_config/starship.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
format = '[\[](bright-black) $all[\]](bright-black)$character'
|
||||
add_newline = false
|
||||
|
||||
[git_status]
|
||||
conflicted = '*'
|
||||
ahead = '↑'
|
||||
behind = '↓'
|
||||
diverged = '?'
|
||||
up_to_date = ''
|
||||
untracked = '!'
|
||||
stashed = '$'
|
||||
modified = '~'
|
||||
staged = '+'
|
||||
renamed = '→'
|
||||
deleted = '×'
|
||||
typechanged = ''
|
||||
|
||||
[character]
|
||||
format = "\n[❯](bright-black) "
|
||||
|
||||
[line_break]
|
||||
disabled = true
|
Loading…
Add table
Add a link
Reference in a new issue