ADD isntall deps script

This commit is contained in:
Nathan Dwarshuis 2021-06-12 00:15:13 -04:00
parent 68a787bcdb
commit 99d7a2aca5
1 changed files with 10 additions and 0 deletions

10
install_deps Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
## Install all pkgs required for xmonad to run at full capacity
xmonad_pkgs=(autorandr feh xorg-server xorg-xset libpulse flameshot
playerctl wireless_tools acpid ttf-symbola-free ttf-symbola-free
ttf-dejavu awesome-terminal-fonts numlockx picom i3lock-color
xorg-xrandr xss-lock)
yay --needed --noconfirm --norebuild --removemake -S "${xmonad_pkgs[@]}"