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