mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-19 04:26:05 +00:00
ubuntu: Added nala
This commit is contained in:
@@ -56,6 +56,7 @@ PACKAGES=(
|
|||||||
dbus-x11
|
dbus-x11
|
||||||
obs-studio
|
obs-studio
|
||||||
syncthing
|
syncthing
|
||||||
|
nala
|
||||||
)
|
)
|
||||||
|
|
||||||
EXTRA_PACKAGES=(
|
EXTRA_PACKAGES=(
|
||||||
|
|||||||
@@ -56,5 +56,8 @@ alias e=${EDITOR}
|
|||||||
alias l="ls -lla"
|
alias l="ls -lla"
|
||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias k="kubectl"
|
alias k="kubectl"
|
||||||
|
if [ "${ID}" = "ubuntu" ]; then
|
||||||
|
alias apt="sudo nala"
|
||||||
|
fi
|
||||||
|
|
||||||
### End of default bashrc, append anything here
|
### End of default bashrc, append anything here
|
||||||
|
|||||||
Reference in New Issue
Block a user