diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..9636f52 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,46 @@ +format = """ +$username\ +$hostname\ +$directory\ +$git_branch\ +$git_state\ +$git_status\ +$cmd_duration\ +$line_break\ +$python\ +$character""" + +[directory] +style = "blue" + +[character] +success_symbol = "[❯](purple)" +error_symbol = "[❯](red)" +vimcmd_symbol = "[❮](green)" + +[git_branch] +format = "[$branch]($style)" +style = "bright-black" + +[git_status] +format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)" +style = "cyan" +conflicted = "​" +untracked = "​" +modified = "​" +staged = "​" +renamed = "​" +deleted = "​" +stashed = "≡" + +[git_state] +format = '\([$state( $progress_current/$progress_total)]($style)\) ' +style = "bright-black" + +[cmd_duration] +format = "[$duration]($style) " +style = "yellow" + +[python] +format = "[$virtualenv]($style) " +style = "bright-black" diff --git a/.zprezto b/.zprezto index 5f3cf15..2163bdc 160000 --- a/.zprezto +++ b/.zprezto @@ -1 +1 @@ -Subproject commit 5f3cf157b88c5de1bad115cb65bf8dda86ddf91b +Subproject commit 2163bdc5c7c3054b0c559e59a2e28494cc4dde4a