ADD isntall deps script
This commit is contained in:
parent
9fc0e8df29
commit
4accf268d4
|
@ -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[@]}"
|
Loading…
Reference in New Issue