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
docker
docker-completion
fastfetch
fontconfig
freetype
gettext
git
go
lazydocker
lazygit
libiconv
libpng
libunistring
lima
fastfetch
pcre2
screenresolution
starship
stow
yyjson
zsh-autosuggestions
aerospace
firefox
font-space-mono-nerd-font
font-symbols-only-nerd-font
kitty
nextcloud
stats
visual-studio-code

View File

@@ -1,5 +1,7 @@
"$schema" = 'https://starship.rs/config-schema.json'
command_timeout = 1000
format = """
[░▒▓](#a3aed2)\
[  ](bg:#a3aed2 fg:#090c0c)\
@@ -13,6 +15,9 @@ $nodejs\
$rust\
$golang\
$php\
$bun\
$python\
$dotnet\
[](fg:#212736 bg:#1d2230)\
$time\
[ ](fg:#1d2230)\
@@ -59,11 +64,26 @@ symbol = ""
style = "bg:#212736"
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]
symbol = " "
style = "bg:#212736"
format = '[ $symbol $context ]($style)'
[dotnet]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format

View File

@@ -6,4 +6,6 @@ eval "$(starship init zsh)"o
# Added by Antigravity
export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH"
source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh
fastfetch