Skip to content

Instantly share code, notes, and snippets.

View Unixware's full-sized avatar

Unixware

View GitHub Profile
@Unixware
Unixware / debmini.sh
Last active January 21, 2025 21:20
#
# Debian minimal desktop post-install script, i3wm + apps I use
#
#
#
#
#
#if ! [ $(id -u) = 0 ]; then
# echo "This script must run with sudo, try again..."
# exit 1