Update install script to install dwm repos

This commit is contained in:
Luke Else 2022-09-22 22:59:33 +02:00
parent f76a3ebbba
commit 0ace99e500

View File

@ -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 ~