M .config/fish/git.fish => .config/fish/git.fish +1 -0
@@ 44,6 44,7 @@ alias grh='git reset HEAD'
alias grhh='git reset HEAD --hard'
alias gclean='git reset --hard; and git clean -dfx'
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
+alias gra='git remote add'
#remove the gf alias
#alias gf='git ls-files | grep'
M .config/kitty/kitty.conf => .config/kitty/kitty.conf +1 -0
@@ 15,6 15,7 @@ font_family Fira Code
# Nerd Fonts BS
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E634,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font Mono
symbol_map U+10FF00-U+10FFF0 CircleDrawing
+symbol_map U+10FFCA SashaPfp
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
M .config/starship.toml => .config/starship.toml +8 -3
@@ 1,5 1,5 @@
format = """
-╭[](#22152a)\
+[╭](#fed6ff)[](#22152a)\
$os\
$username\
$container\
@@ 27,10 27,12 @@ $docker_context\
$jobs\
$time\
[ ](fg:#e34d87)\
-\n│\n╰
+$fill $battery $status $cmd_duration \
+[](#74d7ec)[](#ffafc7)[](#fbf9f5)[](#ffb5cb)[](#73d5ea)\
+$line_break[│](#fed6ff)$line_break[╰](#fed6ff)[](#d4ade8) \
"""
-right_format = "$battery $status $cmd_duration"
+# right_format = "$battery $status $cmd_duration <<<<<"
# Disable the blank line at the start of the prompt
# add_newline = false
@@ 168,3 170,6 @@ style = "bold red"
format = '[\[$common_meaning$signal_name$maybe_int\]]($style)'
disabled = false
map_symbol = true
+
+[fill]
+symbol = ' '