replace: starship loadout
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
format = """
|
format = '''
|
||||||
[](surface0)$os$directory[](fg:surface0 bg:peach)$git_branch$git_status[](fg:peach bg:surface1)$c$rust$nodejs$python$golang[](fg:surface1 bg:surface0)$nix_shell[](surface0)
|
$directory$git_branch$rust$python
|
||||||
$character"""
|
$character'''
|
||||||
|
|
||||||
palette = 'colors'
|
palette = 'colors'
|
||||||
|
|
||||||
@@ -16,34 +16,31 @@ color7 = '{{colors.surface.default.hex}}'
|
|||||||
color8 = '{{colors.primary.default.hex}}'
|
color8 = '{{colors.primary.default.hex}}'
|
||||||
color9 = '{{colors.tertiary.default.hex}}'
|
color9 = '{{colors.tertiary.default.hex}}'
|
||||||
|
|
||||||
[os]
|
# Prompt symbols
|
||||||
disabled = false
|
[character]
|
||||||
format = "[$symbol]($style)"
|
success_symbol = "[🞈](color9 bold)"
|
||||||
style = "bg:surface0 fg:text"
|
error_symbol = "[🞈](@{error})"
|
||||||
|
vicmd_symbol = "[🞈](#f9e2af)"
|
||||||
[os.symbols]
|
|
||||||
NixOS = " "
|
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bg:surface0 fg:lavender"
|
format = "[](fg:color1 bg:color4)[](bg:color1 fg:color2)[ ](fg:color1 bg:color4)[$path ](fg:color3 bg:color4)[ ](fg:color4)"
|
||||||
format = "[ $path ]($style)"
|
|
||||||
truncation_length = 3
|
[directory.substitutions]
|
||||||
truncation_symbol = "…/"
|
"Documents" = " "
|
||||||
|
"Downloads" = " "
|
||||||
|
"Music" = " "
|
||||||
|
"Pictures" = " "
|
||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = " "
|
format = "[](fg:color8 bg:color4)[ ](bg:color8 fg:color5)[](fg:color8 bg:color4)[(bg:color8 fg:color5) $branch](fg:color3 bg:color4)[](fg:color4) "
|
||||||
style = "bg:peach fg:surface0"
|
|
||||||
format = "[[ $symbol $branch ]($style)]($style)"
|
|
||||||
|
|
||||||
[git_status]
|
[time]
|
||||||
style = "bg:peach fg:surface0"
|
format = "[](fg:color8 bg:color4)[ ](bg:color8 fg:color5)[](fg:color8 bg:color4)[(bg:color8 fg:color5) $time](fg:color3 bg:color4)[](fg:color4) "
|
||||||
format = "[[($all_status$ahead_behind )]($style)]($style)"
|
disabled = false
|
||||||
|
time_format = "%R" # Hour:Minute Format
|
||||||
|
|
||||||
[nix_shell]
|
[python]
|
||||||
symbol = " "
|
format = "[](fg:color8 bg:color4)[${symbol}${version}](bg:color8 fg:color5)[](fg:color8 bg:color4)[(bg:color8 fg:color5)( ${virtualenv})](fg:color3 bg:color4)[](fg:color4) "
|
||||||
style = "bg:surface0 fg:sapphire"
|
symbol = '🐍'
|
||||||
format = "[ $symbol $state ]($style)"
|
# pyenv_version_name = true
|
||||||
|
pyenv_prefix = 'venv'
|
||||||
[character]
|
|
||||||
success_symbol = "[](bold green)"
|
|
||||||
error_symbol = "[](bold red)"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user