Add Ly to install script
This commit is contained in:
parent
f923e38619
commit
01a8bf5f3d
@ -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
|
Loading…
Reference in New Issue
Block a user