diff options
author | davidovski <david@davidovski.xyz> | 2021-10-09 23:01:36 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-09 23:01:36 +0100 |
commit | 087c0cde6e04da08214253496b2e212c302a4ac3 (patch) | |
tree | 8e87f6d726a60ca466952a7930259bd30a62e425 /deploy.sh | |
parent | 3d44ba408d3f9e3966060c74fcbe44db87d73e20 (diff) |
fixed installation script
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -58,11 +58,10 @@ load () { install () { PKG="yay -S " - $PKG xorg xorg-xinit pulseaudio - $PKG bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi urxvt + $PKG xorg xorg-xinit pulseaudio fzf bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi rxvt-unicode + ln -s /usr/bin/rofi /usr/bin/dmenu - $PKG fzf } case $1 in |