rofi-extras/install_deps

9 lines
265 B
Bash
Executable File

#!/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[@]}"