mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
fixed installation script
This commit is contained in:
parent
3d44ba408d
commit
087c0cde6e
1 changed files with 2 additions and 3 deletions
|
@ -58,11 +58,10 @@ load () {
|
||||||
|
|
||||||
install () {
|
install () {
|
||||||
PKG="yay -S "
|
PKG="yay -S "
|
||||||
$PKG xorg xorg-xinit pulseaudio
|
$PKG xorg xorg-xinit pulseaudio fzf bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi rxvt-unicode
|
||||||
$PKG bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar picom rofi urxvt
|
|
||||||
ln -s /usr/bin/rofi /usr/bin/dmenu
|
ln -s /usr/bin/rofi /usr/bin/dmenu
|
||||||
|
|
||||||
$PKG fzf
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Loading…
Reference in a new issue