Add Ly to install script

This commit is contained in:
Luke Else 2022-11-16 22:38:52 +01:00
parent f923e38619
commit 01a8bf5f3d

View File

@ -28,6 +28,7 @@ git config --global user.email "mail@luke-else.co.uk"
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/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/dmenu.git
git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git git clone ssh://git@git.luke-else.co.uk:222/luke-else/dwmblocks.git
git clone --recurse-submodules ssh://git@github.com:fairyglade/ly.git
cd dwm cd dwm
git checkout dwm-patched git checkout dwm-patched
@ -39,8 +40,15 @@ sudo make install
cd .. cd ..
cd dwmblocks cd dwmblocks
sudo cp ./statusbar/* /usr/local/bin/
sudo make install sudo make install
cd .. cd ..
cd ly
sudo make install installsystemd
sudo systemctl enable ly.service
sudo systemct disable getty@tty2.service
cd ..
cd ~ cd ~
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish