Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates

This commit is contained in:
2025-06-04 16:33:07 +02:00
parent ee2a3a74ca
commit 778d39833c
132 changed files with 6177 additions and 5317 deletions

View File

@@ -1,178 +1,137 @@
# Grundlegendes Format
# DevOps/Testing focused Starship config
format = """
[](fg:blue)\
$time\
$directory\
$git_branch\
$git_state\
$git_status\
$kubernetes\
$php\
$docker_context\
$python\
$golang\
$nodejs\
$cmd_duration\
$line_break\
$character"""
# Zeitüberschreitung für Module
# Fast command execution
command_timeout = 1000
[aws]
symbol = " "
[buf]
symbol = " "
[c]
symbol = " "
[conda]
symbol = " "
[dart]
symbol = " "
[directory]
read_only = " "
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[fossil_branch]
symbol = " "
[git_branch]
symbol = " "
[golang]
symbol = " "
[guix_shell]
symbol = " "
[haskell]
symbol = " "
[haxe]
symbol = "⌘ "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[lua]
symbol = " "
[memory_usage]
symbol = " "
[meson]
symbol = "喝 "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[os.symbols]
Alpine = " "
Amazon = " "
Android = " "
Arch = " "
CentOS = " "
Debian = " "
DragonFly = " "
Emscripten = " "
EndeavourOS = " "
Fedora = " "
FreeBSD = " "
Garuda = "﯑ "
Gentoo = " "
HardenedBSD = "ﲊ "
Illumos = " "
Linux = " "
Macos = " "
Manjaro = " "
Mariner = " "
MidnightBSD = " "
Mint = " "
NetBSD = " "
NixOS = " "
OpenBSD = " "
openSUSE = " "
OracleLinux = " "
Pop = " "
Raspbian = " "
Redhat = " "
RedHatEnterprise = " "
Redox = " "
Solus = "ﴱ "
SUSE = " "
Ubuntu = " "
Unknown = " "
Windows = " "
[package]
symbol = " "
[pijul_channel]
symbol = "🪺 "
[python]
symbol = " "
[rlang]
symbol = "ﳒ "
[ruby]
symbol = " "
[rust]
symbol = " "
[scala]
symbol = " "
[spack]
symbol = "🅢 "
[kubernetes]
format = '[$symbol$context( \($namespace\))]($style) '
symbol = "☸ "
style = "bold cyan"
disabled = false
[time]
disabled = false
format = '[$time]($style) '
time_format = "%H:%M"
style = "bold yellow"
[character]
success_symbol = "[=](bold green)"
error_symbol = "[=](bold red)"
[directory]
truncation_length = 3
truncation_symbol = "…/"
read_only = " 🔒"
style = "bold cyan"
[git_branch]
symbol = " "
format = "[$symbol$branch]($style) "
style = "bold purple"
truncation_length = 20
truncation_symbol = "…"
[git_status]
format = '([\[$all_status$ahead_behind\]]($style) )'
style = "bold red"
conflicted = "⚡"
ahead = "⇡"
behind = "⇣"
diverged = "⇕"
up_to_date = "✓"
untracked = "?"
stashed = "$"
modified = "!"
staged = "+"
renamed = "»"
deleted = "✘"
[kubernetes]
format = '[$symbol$context( \($namespace\))]($style) '
symbol = "☸ "
style = "bold cyan"
disabled = false
[docker_context]
symbol = " "
format = "[$symbol$context]($style) "
style = "bold blue"
only_with_files = true
[python]
symbol = " "
format = '[$symbol$pyenv_prefix($version)]($style) '
style = "bold green"
detect_extensions = ["py", "pyi", "pyc", "pyo", "pyd", "ipynb"]
detect_files = ["requirements.txt", "pyproject.toml", "Pipfile", ".python-version"]
[golang]
symbol = " "
format = '[$symbol($version)]($style) '
style = "bold cyan"
detect_extensions = ["go"]
detect_files = ["go.mod", "go.sum"]
[nodejs]
symbol = " "
format = '[$symbol($version)]($style) '
style = "bold green"
detect_extensions = ["js", "mjs", "cjs", "ts", "tsx", "jsx"]
detect_files = ["package.json", ".nvmrc", "playwright.config.js", "playwright.config.ts"]
[cmd_duration]
min_time = 2_000
format = "took [$duration]($style) "
style = "bold yellow"
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
vimcmd_symbol = "[](bold yellow)"
# Explicitly disable unused modules for performance
[aws]
disabled = true
[php]
format = '[$symbol($version )]($style)'
symbol = "🐘 "
style = "bold blue"
detect_extensions = ['php', 'phpt']
detect_files = ['composer.json', '.php-version']
detect_folders = ['php']
disabled = true
[ruby]
disabled = true
[rust]
disabled = true
[java]
disabled = true
[c]
disabled = true
[dart]
disabled = true
[elixir]
disabled = true
[elm]
disabled = true
[haskell]
disabled = true
[julia]
disabled = true
[lua]
disabled = true
[nim]
disabled = true
[package]
disabled = true