rofi-extras/install_deps

9 lines
265 B
Plaintext
Raw Normal View History

2021-06-12 00:16:04 -04:00
#!/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[@]}"