mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
added duf and strongswan to default apps
This commit is contained in:
parent
5d634bf601
commit
c0588adc42
@ -110,6 +110,11 @@ alias cal='cal -mw --color'
|
||||
alias chrome='google-chrome-stable'
|
||||
alias teams='teams-insiders'
|
||||
|
||||
## command overrides
|
||||
df() {
|
||||
duf
|
||||
}
|
||||
|
||||
# grub
|
||||
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
|
||||
|
||||
|
5
dependencies/pacman.txt
vendored
5
dependencies/pacman.txt
vendored
@ -19,7 +19,6 @@ i3blocks
|
||||
wmctrl
|
||||
zenity
|
||||
xorg-xrandr
|
||||
networkmanager
|
||||
eog
|
||||
python
|
||||
python-pip
|
||||
@ -62,7 +61,10 @@ bash-completion
|
||||
flameshot
|
||||
otf-font-awesome
|
||||
openvpn
|
||||
networkmanager
|
||||
networkmanager-openvpn
|
||||
networkmanager-l2tp
|
||||
strongswan
|
||||
w3m
|
||||
system-config-printer
|
||||
nautilus
|
||||
@ -93,3 +95,4 @@ mpv
|
||||
gnome-themes-extra
|
||||
cups
|
||||
system-config-printer
|
||||
duf
|
||||
|
Loading…
Reference in New Issue
Block a user