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 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'
|
||||||
|
|
||||||
|
5
dependencies/pacman.txt
vendored
5
dependencies/pacman.txt
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user