Compare commits
7 Commits
3884423157
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 2be0cc85e3 | |||
| 25783842f6 | |||
|
|
68c9b05e75 | ||
| f68481e707 | |||
| 616171eda1 | |||
|
|
5a5faa4f35 | ||
|
|
6f7b10dc93 |
@@ -2,24 +2,28 @@ btop
|
|||||||
colima
|
colima
|
||||||
docker
|
docker
|
||||||
docker-completion
|
docker-completion
|
||||||
|
fastfetch
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
gettext
|
gettext
|
||||||
git
|
git
|
||||||
|
go
|
||||||
lazydocker
|
lazydocker
|
||||||
lazygit
|
lazygit
|
||||||
|
libiconv
|
||||||
libpng
|
libpng
|
||||||
libunistring
|
libunistring
|
||||||
lima
|
lima
|
||||||
fastfetch
|
|
||||||
pcre2
|
pcre2
|
||||||
screenresolution
|
|
||||||
starship
|
starship
|
||||||
stow
|
stow
|
||||||
|
yyjson
|
||||||
|
zsh-autosuggestions
|
||||||
aerospace
|
aerospace
|
||||||
firefox
|
firefox
|
||||||
font-space-mono-nerd-font
|
font-space-mono-nerd-font
|
||||||
font-symbols-only-nerd-font
|
font-symbols-only-nerd-font
|
||||||
kitty
|
kitty
|
||||||
nextcloud
|
nextcloud
|
||||||
|
stats
|
||||||
visual-studio-code
|
visual-studio-code
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
"$schema" = 'https://starship.rs/config-schema.json'
|
"$schema" = 'https://starship.rs/config-schema.json'
|
||||||
|
|
||||||
|
command_timeout = 1000
|
||||||
|
|
||||||
format = """
|
format = """
|
||||||
[░▒▓](#a3aed2)\
|
[░▒▓](#a3aed2)\
|
||||||
[ ](bg:#a3aed2 fg:#090c0c)\
|
[ ](bg:#a3aed2 fg:#090c0c)\
|
||||||
@@ -13,6 +15,9 @@ $nodejs\
|
|||||||
$rust\
|
$rust\
|
||||||
$golang\
|
$golang\
|
||||||
$php\
|
$php\
|
||||||
|
$bun\
|
||||||
|
$python\
|
||||||
|
$dotnet\
|
||||||
[](fg:#212736 bg:#1d2230)\
|
[](fg:#212736 bg:#1d2230)\
|
||||||
$time\
|
$time\
|
||||||
[ ](fg:#1d2230)\
|
[ ](fg:#1d2230)\
|
||||||
@@ -59,11 +64,26 @@ symbol = ""
|
|||||||
style = "bg:#212736"
|
style = "bg:#212736"
|
||||||
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
|
[bun]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
|
[python]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
[docker_context]
|
[docker_context]
|
||||||
symbol = " "
|
symbol = " "
|
||||||
style = "bg:#212736"
|
style = "bg:#212736"
|
||||||
format = '[ $symbol $context ]($style)'
|
format = '[ $symbol $context ]($style)'
|
||||||
|
|
||||||
|
[dotnet]
|
||||||
|
symbol = ""
|
||||||
|
style = "bg:#212736"
|
||||||
|
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
|
||||||
|
|
||||||
[time]
|
[time]
|
||||||
disabled = false
|
disabled = false
|
||||||
time_format = "%R" # Hour:Minute Format
|
time_format = "%R" # Hour:Minute Format
|
||||||
|
|||||||
@@ -6,4 +6,6 @@ eval "$(starship init zsh)"o
|
|||||||
# Added by Antigravity
|
# Added by Antigravity
|
||||||
export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH"
|
export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH"
|
||||||
|
|
||||||
|
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
Reference in New Issue
Block a user