diff --git a/scripts/install.sh b/scripts/install.sh index a56ee93..cd9e749 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -29,6 +29,19 @@ git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwm.git git clone ssh://git@git.luke-else.co.uk:222/luke-else/dmenu.git git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git +cd dwm +git checkout dwm-patched +sudo make install +cd .. + +cd dmenu +sudo make install +cd .. + +cd dwmblocks +sudo make install +cd .. + git clone https://github.com/fairyglade/ly cd ~