ADD isntall deps script

This commit is contained in:
Nathan Dwarshuis 2021-06-12 00:16:04 -04:00
parent 9fc0e8df29
commit 4accf268d4
1 changed files with 8 additions and 0 deletions

8
install_deps Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# install all dependencies for rofi to run at full capacity
rofi_pkgs=(rofi-git bitwarden-cli libnotify rofi-greenclip
networkmanager-dmenu-git veracrypt sshfs jmtpfs)
yay --needed --noconfirm --norebuild --removemake -S "${rofi_pkgs[@]}"