Compare commits

..

No commits in common. "142064f9fc7936afec7d72b568613b32f236a288" and "c267db48e828c9ac92acf4359c514cc733f30194" have entirely different histories.

View file

@ -1,7 +1,7 @@
# Install nala # Install nala
apt update apt update
apt upgrade -y apt upgrade -y
apt install -y nala # Good front-end for "apt-*" cli apt install -y nala
# Install base utilities # Install base utilities
echo "[server_config] > Installing required utilities (base)" echo "[server_config] > Installing required utilities (base)"
@ -20,9 +20,6 @@ nala install -y \
nmap \ nmap \
xxd \ xxd \
inxi \ inxi \
# nmap (network viewer/utility)
# xxd (bin to hexa etc...)
# inxi (system/hardware config viewer)
# Install comfort utilities # Install comfort utilities
echo "[server_config] > Installing required utilities (comfort)" echo "[server_config] > Installing required utilities (comfort)"
@ -32,15 +29,9 @@ nala install -y \
fzf \ fzf \
tmux \ tmux \
tmate \ tmate \
# bat (better cat)
# btop (TUI htop alternative)
# fzf (fuzzy finder)
# tmux (terminal multiplexer)
# tmate (tmux over ssh)
# Install zoxide through webinstall (see zoxide install instruction on debian) # Install zoxide through webinstall (see zoxide install instruction on debian)
curl -sS https://webi.sh/zoxide | sh curl -sS https://webi.sh/zoxide | sh
# zoxide (smartter cd)
# Install really necessary utilities # Install really necessary utilities
echo "[server_config] > Installing required utilities (really necessary)" echo "[server_config] > Installing required utilities (really necessary)"
@ -51,4 +42,5 @@ nala install -y \
# Install useful deb installer # Install useful deb installer
echo "[server_config] > Installing required utilites (useful .deb installer)" echo "[server_config] > Installing required utilites (useful .deb installer)"
nala install -y lsb-release
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | bash -s install deb-get