From 16823422a13f54fb7cbf8755e91a915f9edc43ee Mon Sep 17 00:00:00 2001 From: vhaudiquet Date: Wed, 1 Oct 2025 22:44:05 +0200 Subject: [PATCH] ubuntu: Added nala --- distribution/ubuntu/install.sh | 1 + dotfiles/.bashrc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/distribution/ubuntu/install.sh b/distribution/ubuntu/install.sh index 98fa832..ada3e20 100644 --- a/distribution/ubuntu/install.sh +++ b/distribution/ubuntu/install.sh @@ -56,6 +56,7 @@ PACKAGES=( dbus-x11 obs-studio syncthing + nala ) EXTRA_PACKAGES=( diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 8ad9d9d..eb36806 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -56,5 +56,8 @@ alias e=${EDITOR} alias l="ls -lla" alias c="clear" alias k="kubectl" +if [ "${ID}" = "ubuntu" ]; then + alias apt="sudo nala" +fi ### End of default bashrc, append anything here