diff --git a/CLAUDE.md b/CLAUDE.md index ddcf6c3..86e0751 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -101,15 +101,7 @@ die Setup-Skripte nicht heruntergeladen werden. - oh-my-zsh, Powerlevel10k, zsh-syntax-highlighting, MesloLGS NF Font - PlatformIO via pipx - h2j (HEIC-Konverter), zoxide, micro -- Terminal-Tools (apt): bat, eza, fd-find, fzf, ripgrep, tldr, ncdu, duf -- Ubuntu: fd heisst `fdfind`, bat heisst `batcat` — Aliases in .zshrc gesetzt -- `tools` Alias zeigt Cheat-Sheet mit allen Befehlen, Aliases und Skripten - gitcheck Alias funktioniert in interaktiver Shell (nicht via `zsh -l -c`, das ist normal) -- Powerlevel10k Instant Prompt: `POWERLEVEL9K_INSTANT_PROMPT=quiet` muss VOR dem source stehen, nicht in .p10k.zsh (wird sonst ueberschrieben) - -### asciiquarium -- benoetigt Perl-Modul Term::Animation (nicht in apt verfuegbar) -- Abhaengigkeiten: libcurses-perl (apt) + Term::Animation (CPAN) ## Autoinstall (archiviert, nicht mehr verwendet) - YAML-Heredocs brechen den Parser: printf mit \n verwenden diff --git a/setup-base.sh b/setup-base.sh index b7fcf4f..12ee3d0 100755 --- a/setup-base.sh +++ b/setup-base.sh @@ -134,7 +134,6 @@ apt install -y \ thunderbird thunderbird-locale-de \ keepassxc \ htop btop cmatrix libcurses-perl cowsay fortune-mod fortunes-de \ - bat eza fd-find fzf ripgrep tldr ncdu duf \ timeshift \ vlc \ language-pack-de \ @@ -145,9 +144,6 @@ apt install -y \ ok "Pakete installiert (apt)" # asciiquarium (nicht in apt verfuegbar, manuell installieren) -# benoetigt Term::Animation (ebenfalls nicht in apt, daher via CPAN) -apt-get install -y libcurses-perl -qq -perl -MTerm::Animation -e1 2>/dev/null || cpan -T Term::Animation if ! command -v asciiquarium &>/dev/null; then curl -fsSL https://robobunny.com/projects/asciiquarium/asciiquarium_1.1.tar.gz -o /tmp/asciiquarium.tar.gz \ && tar xzf /tmp/asciiquarium.tar.gz -C /tmp \