Compare commits
No commits in common. "cac6336c94a85c04b243a73d5a829360174afb6d" and "58a8fe0591a0e29635ed19573ffd4076f807c208" have entirely different histories.
cac6336c94
...
58a8fe0591
2 changed files with 0 additions and 12 deletions
|
|
@ -101,15 +101,7 @@ 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,7 +134,6 @@ 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 \
|
||||||
|
|
@ -145,9 +144,6 @@ 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