Compare commits

...

7 Commits

Author SHA1 Message Date
2be0cc85e3 Added dotnet 2026-01-08 08:54:30 +01:00
25783842f6 Added entry for python 2025-12-23 12:36:46 +01:00
Denis Urs Rudolph
68c9b05e75 Added bun successful 2025-12-23 12:27:55 +01:00
f68481e707 Added format to bun config 2025-12-23 11:47:30 +01:00
616171eda1 Added entry for bun 2025-12-23 11:41:02 +01:00
Denis Urs Rudolph
5a5faa4f35 Update necessary brew packages for macos 2025-12-23 11:29:14 +01:00
Denis Urs Rudolph
6f7b10dc93 Added auto-suggestion to zsh 2025-12-23 11:27:57 +01:00
3 changed files with 28 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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