merge yash into shell, Makefile: update dwm, st and other instalation
This commit is contained in:
20
Makefile
20
Makefile
@@ -1,7 +1,7 @@
|
|||||||
all:
|
all:
|
||||||
@echo "run: make clone build install"
|
@echo "run: make clone build install"
|
||||||
|
|
||||||
clone: ~/.local/share/zap dwm st
|
clone: dwm st
|
||||||
|
|
||||||
build: build-dwm build-st build-lupan-clock
|
build: build-dwm build-st build-lupan-clock
|
||||||
|
|
||||||
@@ -14,32 +14,38 @@ install: install-dwm install-st install-lupan-clock install-other
|
|||||||
|
|
||||||
dwm:
|
dwm:
|
||||||
git clone https://git.suckless.org/dwm
|
git clone https://git.suckless.org/dwm
|
||||||
cp -i patches/dwm/config.h dwm/
|
cd dwm && \
|
||||||
|
git remote add lupan.pl https://gitea.lupan.pl/lupan/dwm.git && \
|
||||||
|
git fetch lupan.pl && \
|
||||||
|
git checkout -b wip --track lupan.pl/wip
|
||||||
|
|
||||||
build-dwm:
|
build-dwm:
|
||||||
make -C dwm
|
make -C dwm
|
||||||
|
|
||||||
install-dwm:
|
install-dwm:
|
||||||
make -C dwm install PREFIX="${HOME}/.local"
|
make -C dwm install PREFIX="${HOME}/.local/stow/dwm"
|
||||||
|
stow -d ~/.local/stow dwm
|
||||||
|
|
||||||
st:
|
st:
|
||||||
git clone https://git.suckless.org/st
|
git clone https://git.suckless.org/st
|
||||||
cd st && \
|
cd st && \
|
||||||
git remote add lupan.pl https://gitea.lupan.pl/lupan/st.git && \
|
git remote add lupan.pl https://gitea.lupan.pl/lupan/st.git && \
|
||||||
git fetch lupan.pl && \
|
git fetch lupan.pl && \
|
||||||
git checkout -b patched --track lupan.pl/patched
|
git checkout -b patched-4 --track lupan.pl/patched-4
|
||||||
|
|
||||||
build-st:
|
build-st:
|
||||||
make -C st
|
make -C st
|
||||||
|
|
||||||
install-st:
|
install-st:
|
||||||
make -C st install PREFIX="${HOME}/.local"
|
make -C st install PREFIX="${HOME}/.local/stow/st"
|
||||||
|
stow -d ~/.local/stow st
|
||||||
|
|
||||||
build-lupan-clock:
|
build-lupan-clock:
|
||||||
make -C lupan-clock
|
make -C lupan-clock
|
||||||
|
|
||||||
install-lupan-clock:
|
install-lupan-clock:
|
||||||
make -C lupan-clock install PREFIX="${HOME}/.local"
|
make -C lupan-clock install PREFIX="${HOME}/.local/stow/lupan-clock"
|
||||||
|
stow -d ~/.local/stow lupan-clock
|
||||||
|
|
||||||
install-other:
|
install-other:
|
||||||
stow -Rv shell tmux xsession nvim
|
stow -Rv lazygit shell tmux vis xsession
|
||||||
|
|||||||
Reference in New Issue
Block a user