added duf and strongswan to default apps

This commit is contained in:
Rick van Lieshout 2022-07-19 08:54:04 +02:00
parent 5d634bf601
commit c0588adc42
2 changed files with 9 additions and 1 deletions

View File

@ -110,6 +110,11 @@ alias cal='cal -mw --color'
alias chrome='google-chrome-stable' alias chrome='google-chrome-stable'
alias teams='teams-insiders' alias teams='teams-insiders'
## command overrides
df() {
duf
}
# grub # grub
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg' alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'

View File

@ -19,7 +19,6 @@ i3blocks
wmctrl wmctrl
zenity zenity
xorg-xrandr xorg-xrandr
networkmanager
eog eog
python python
python-pip python-pip
@ -62,7 +61,10 @@ bash-completion
flameshot flameshot
otf-font-awesome otf-font-awesome
openvpn openvpn
networkmanager
networkmanager-openvpn networkmanager-openvpn
networkmanager-l2tp
strongswan
w3m w3m
system-config-printer system-config-printer
nautilus nautilus
@ -93,3 +95,4 @@ mpv
gnome-themes-extra gnome-themes-extra
cups cups
system-config-printer system-config-printer
duf