Add network monitoring dependencies

This commit is contained in:
Jordan Holt 2022-01-03 23:48:56 +00:00
parent 7fe9f5cf96
commit ad1cbcc58c
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -15,6 +15,7 @@ link() {
install() { install() {
sudo pacman -S --needed \ sudo pacman -S --needed \
alacritty \ alacritty \
bmon \
expect \ expect \
ffmpeg \ ffmpeg \
firefox \ firefox \
@ -22,6 +23,7 @@ install() {
git \ git \
grim \ grim \
gtk-layer-shell \ gtk-layer-shell \
iotop \
isync \ isync \
lynx \ lynx \
mpd \ mpd \
@ -38,6 +40,7 @@ install() {
pass \ pass \
pass-otp \ pass-otp \
playerctl \ playerctl \
powertop \
python \ python \
python-pip \ python-pip \
python-neovim \ python-neovim \
@ -45,6 +48,7 @@ install() {
rsync \ rsync \
slurp \ slurp \
sway \ sway \
tcpdump \
transmission-cli \ transmission-cli \
ttf-ubuntu-font-family \ ttf-ubuntu-font-family \
yt-dlp \ yt-dlp \