mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-18 12:06:06 +00:00
ubuntu: Added nala
This commit is contained in:
@@ -56,6 +56,7 @@ PACKAGES=(
|
||||
dbus-x11
|
||||
obs-studio
|
||||
syncthing
|
||||
nala
|
||||
)
|
||||
|
||||
EXTRA_PACKAGES=(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user