diff --git a/.starship.toml b/.starship.toml index e0a8883..01e506e 100644 --- a/.starship.toml +++ b/.starship.toml @@ -1,11 +1,11 @@ [directory] disabled = false -style = "#66b2b2" # teal from tmux status bar home_symbol = "🏠" +style = "#66b2b2" # teal from tmux status bar [character] -success_symbol = "[>](purple)" error_symbol = "[>](red)" +success_symbol = "[>](purple)" vicmd_symbol = "[<](green)" [cmd_duration] @@ -21,14 +21,14 @@ format = "[$branch]($style)" style = "bright-black" [git_status] -format = "[[( $conflicted$untracked$modified$staged$renamed$deleted)]($style) ($ahead_behind)]($style)" -style = "bold red" conflicted = "⚡" -untracked = "✷" +deleted = "✗" +format = "[[( $conflicted$untracked$modified$staged$renamed$deleted)]($style) ($ahead_behind)]($style)" modified = "✱" -staged = "✓" renamed = "➤" -deleted = "✗" +staged = "✓" +style = "bold red" +untracked = "✷" [package] disabled = true @@ -42,9 +42,9 @@ disabled = true [python] # does '(venv_name)' when in virtual env format = ' [(\($virtualenv\))]($style) ' +style = "bold red" symbol = '' version_format = '' -style = "bold red" [docker_context] disabled = true diff --git a/taplo.toml b/taplo.toml new file mode 100644 index 0000000..4125172 --- /dev/null +++ b/taplo.toml @@ -0,0 +1,7 @@ +[formatting] +array_trailing_comma = true +compact_arrays = false +compact_inline_tables = false +indent_string = " " +reorder_keys = true +string_quote = "\""