From 01a8bf5f3de00d0ff8eab667df4d0fa8f16aa1ff Mon Sep 17 00:00:00 2001 From: Luke Else Date: Wed, 16 Nov 2022 22:38:52 +0100 Subject: [PATCH] Add Ly to install script --- scripts/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index b2b98e0..2950c50 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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/dmenu.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 git checkout dwm-patched @@ -39,8 +40,15 @@ sudo make install cd .. cd dwmblocks +sudo cp ./statusbar/* /usr/local/bin/ sudo make install cd .. +cd ly +sudo make install installsystemd +sudo systemctl enable ly.service +sudo systemct disable getty@tty2.service +cd .. + cd ~ curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish \ No newline at end of file