Created
October 24, 2020 00:00
-
-
Save tsuyoshicho/582915e50b3bbe223175abd988b64472 to your computer and use it in GitHub Desktop.
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
| # prompt-wide option | |
| # Disable the newline at the start of the prompt | |
| add_newline = false | |
| # format | |
| # Wait 10 milliseconds for starship to check files under the current directory. | |
| scan_timeout = 10 | |
| [username] | |
| disabled = false | |
| style_root = "bold fg:red" | |
| style_user = "bold fg:cyan" | |
| [hostname] | |
| disabled = false | |
| style = "bold fg:green" | |
| ssh_only = true | |
| format = "[$hostname]($style) in" | |
| # Linux | |
| # | |
| # Windows | |
| # | |
| # mac/apple | |
| # | |
| [directory] | |
| disabled = false | |
| style = "bold fg:bright-green" | |
| # fish_style_pwd_dir_length = 1 | |
| format = "[ $path]($style)[$lock_symbol]($lock_style) " | |
| [git_branch] | |
| disabled = false | |
| style = "bold fg:bright-blue" | |
| symbol = " " | |
| [git_commit] | |
| disabled = false | |
| style = "bold bright-blue" | |
| [git_state] | |
| disabled = false | |
| style = "bold bright-red" | |
| [git_status] | |
| disabled = false | |
| style = "bold fg:red" | |
| conflicted_count.enabled = true | |
| modified_count.enabled = true | |
| staged_count.enabled = true | |
| show_sync_count = true | |
| [dotnet] | |
| disabled = false | |
| # symbol = " " | |
| [java] | |
| disabled = false | |
| # symbol = " " | |
| [package] | |
| disabled = false | |
| # symbol = " " | |
| [nodejs] | |
| disabled = false | |
| # symbol = " " | |
| [golang] | |
| disabled = false | |
| # symbol = " " | |
| [python] | |
| disabled = false | |
| pyenv_version_name = true | |
| # symbol = " " | |
| [ruby] | |
| disabled = false | |
| # symbol = " " | |
| [cmd_duration] | |
| disabled = false | |
| style = "bold fg:green" | |
| [env_var] | |
| disabled = true | |
| [time] | |
| disabled = false | |
| # format = "[\\[$time\\]]($style)" | |
| # format = "🕒[\\[$time\\]]($style)" | |
| format = "⏰[\\[$time\\]]($style)" | |
| time_format = "%FT%T%:z" | |
| # time_format = "%+" | |
| utc_time_offset = "local" | |
| style = "bold dimmed fg:white bg:blue" | |
| # [battery] | |
| # full_symbol = "" | |
| # charging_symbol = "" | |
| # discharging_symbol = "" | |
| [character] | |
| disabled = false | |
| success_symbol = " [\\$OK>](bold green)" | |
| error_symbol = " [\\$NG>](bold red)" | |
| vicmd_symbol = " [%VI>](bold blue)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment