feat(bootstrap): add additional packages for installation and enhance proxy aliases

This commit is contained in:
Dmitry
2026-03-04 15:06:34 +03:00
parent 3dae3163ee
commit dfdef1c493
3 changed files with 23 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
PACKAGES=("zsh" "tmux" "alacritty" "stow")
PACKAGES=("zsh" "tmux" "alacritty" "stow" "sshuttle" "eza" "zoxide")
# Detect package manager and install.
detect_and_install() {