Add Docker install, drop yazi, harden installer TERM handling

Replace the Docker-aliases-only component with a full install_docker step:
docker.io via apt, systemd enable, docker group membership, and aliases.
Remove yazi from core packages, terminal configs, aliases, and the repo.

Harden install.sh for SSH clients (e.g. Ghostty) that forward unknown TERM
values: fall back through xterm-256color, xterm, screen, dumb, and use
safe_clear in the interactive menu.

Document Ghostty/SSH terminal issues in README, including bash vs zsh ssh()
wrappers and verification steps.
This commit is contained in:
2026-06-04 22:23:03 +02:00
parent 6fe8529d10
commit 41a7eb370b
4 changed files with 111 additions and 36 deletions

View File

@@ -8,8 +8,6 @@
alias ll="eza -lag --icons=always --group-directories-first --smart-group --time-style='+%d %b %y %H:%M'"
# du all items in folder, human readable
alias dh='du -chs *'
# yazi file manager
alias y='yazi'
# preview/find file using fzf and bat
alias pf='fzf --preview "bat --color=always {}"'
# cd to dir using fuzzy finder (fzf)