mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-15 06:32:40 +00:00
feat: Updates starship configuration.f'
This commit is contained in:
10
env/.config/starship/starship.toml
vendored
10
env/.config/starship/starship.toml
vendored
@@ -10,10 +10,8 @@ $hostname\
|
|||||||
[](bg:color_pink fg:color_orange)\
|
[](bg:color_pink fg:color_orange)\
|
||||||
$directory\
|
$directory\
|
||||||
[](fg:color_pink bg:color_bg1)\
|
[](fg:color_pink bg:color_bg1)\
|
||||||
[](fg:color_bg1 bg:color_green)\
|
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_status\
|
$git_status\
|
||||||
[ ](fg:color_green)\
|
|
||||||
$line_break$character"""
|
$line_break$character"""
|
||||||
|
|
||||||
palette = 'catppuccin_mocha'
|
palette = 'catppuccin_mocha'
|
||||||
@@ -87,12 +85,12 @@ truncate_to_repo = true
|
|||||||
|
|
||||||
[git_branch]
|
[git_branch]
|
||||||
symbol = ""
|
symbol = ""
|
||||||
style = "bg:color_blue"
|
style = "bg:color_bg1"
|
||||||
format = '[[ $symbol $branch ](bold fg:color_text bg:color_green)]($style)'
|
format = '[[ $symbol $branch ](bold fg:color_green bg:color_bg1)]($style)'
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "bg:color_blue"
|
style = "bg:color_bg1"
|
||||||
format = '[[($all_status$ahead_behind )](bold fg:color_text bg:color_green)]($style)'
|
format = '[[($all_status$ahead_behind )](bold fg:color_green bg:color_bg1)]($style)'
|
||||||
|
|
||||||
[line_break]
|
[line_break]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user