Add system upgrade, Docker, bpytop, and bash completion

- Add dnf upgrade at start for latest packages/kernel
- Install real Docker CE from official repository
- Install bpytop via Python 3.13
- Add bash-completion package and zsh compatibility
- Add user to docker group for permission
This commit is contained in:
2025-08-18 22:31:08 +02:00
parent 337ef1e54c
commit 3f27ac8960
2 changed files with 22 additions and 2 deletions
+4
View File
@@ -129,6 +129,10 @@ alias ska="tmux kill-session -a"
export PATH="$HOME/.local/bin:$PATH"
# Enable bash completion compatibility in zsh
autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh