Update install script to install dwm repos
This commit is contained in:
parent
f76a3ebbba
commit
0ace99e500
@ -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 ~
|
||||
|
Loading…
Reference in New Issue
Block a user