add dwmblocks
This commit is contained in:
parent
2c525885d5
commit
cbd2f3426a
|
|
@ -95,6 +95,10 @@ rm -r tmpdotfiles
|
||||||
git clone --depth=1 git@github.com:krolyxon/dwm.git ~/.local/src/dwm
|
git clone --depth=1 git@github.com:krolyxon/dwm.git ~/.local/src/dwm
|
||||||
sudo make -C ~/.local/src/dwm install
|
sudo make -C ~/.local/src/dwm install
|
||||||
|
|
||||||
|
# dwmblocks: statusbar
|
||||||
|
git clone --depth=1 git@github.com:krolyxon/dwmblocks.git ~/.local/src/dwmblocks
|
||||||
|
sudo make -C ~/.local/src/dwmblocks install
|
||||||
|
|
||||||
# st: Terminal
|
# st: Terminal
|
||||||
git clone --depth=1 git@github.com:krolyxon/st-luke.git ~/.local/src/st
|
git clone --depth=1 git@github.com:krolyxon/st-luke.git ~/.local/src/st
|
||||||
sudo make -C ~/.local/src/st-luke install
|
sudo make -C ~/.local/src/st-luke install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue