Compare commits
2 commits
58a8fe0591
...
cac6336c94
| Author | SHA1 | Date | |
|---|---|---|---|
| cac6336c94 | |||
| dad798a285 |
2 changed files with 12 additions and 0 deletions
|
|
@ -101,7 +101,15 @@ die Setup-Skripte nicht heruntergeladen werden.
|
||||||
- oh-my-zsh, Powerlevel10k, zsh-syntax-highlighting, MesloLGS NF Font
|
- oh-my-zsh, Powerlevel10k, zsh-syntax-highlighting, MesloLGS NF Font
|
||||||
- PlatformIO via pipx
|
- PlatformIO via pipx
|
||||||
- h2j (HEIC-Konverter), zoxide, micro
|
- 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)
|
- 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)
|
## Autoinstall (archiviert, nicht mehr verwendet)
|
||||||
- YAML-Heredocs brechen den Parser: printf mit \n verwenden
|
- YAML-Heredocs brechen den Parser: printf mit \n verwenden
|
||||||
|
|
|
||||||
|
|
@ -134,6 +134,7 @@ apt install -y \
|
||||||
thunderbird thunderbird-locale-de \
|
thunderbird thunderbird-locale-de \
|
||||||
keepassxc \
|
keepassxc \
|
||||||
htop btop cmatrix libcurses-perl cowsay fortune-mod fortunes-de \
|
htop btop cmatrix libcurses-perl cowsay fortune-mod fortunes-de \
|
||||||
|
bat eza fd-find fzf ripgrep tldr ncdu duf \
|
||||||
timeshift \
|
timeshift \
|
||||||
vlc \
|
vlc \
|
||||||
language-pack-de \
|
language-pack-de \
|
||||||
|
|
@ -144,6 +145,9 @@ apt install -y \
|
||||||
ok "Pakete installiert (apt)"
|
ok "Pakete installiert (apt)"
|
||||||
|
|
||||||
# asciiquarium (nicht in apt verfuegbar, manuell installieren)
|
# 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
|
if ! command -v asciiquarium &>/dev/null; then
|
||||||
curl -fsSL https://robobunny.com/projects/asciiquarium/asciiquarium_1.1.tar.gz -o /tmp/asciiquarium.tar.gz \
|
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 \
|
&& tar xzf /tmp/asciiquarium.tar.gz -C /tmp \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue