Created
December 31, 2022 19:47
-
-
Save tristan-f-r/b2293bcb5a7148b762aaad993e3ada73 to your computer and use it in GitHub Desktop.
my starship config that i blatantly stole from someone else thanks kiel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
[┌](bold green)$status$cmd_duration$fill | |
[│ ](bold green)$hostname$localip$time$nix_shell | |
[│ ](bold green)$java$kotlin$rust$golang$python | |
[│ ](bold green)$sudo$username$directory$package$git_branch$git_commit$git_state | |
[└─>](bold green) """ | |
[fill] | |
symbol = "─" | |
style = "bold green" | |
[localip] | |
disabled = false | |
[time] | |
disabled = false | |
[status] | |
disabled = false | |
format = "[┤](green)[$symbol$status]($style)[├](green)" | |
[cmd_duration] | |
format = "[┤](green)took [$duration]($style)[├](green)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment