move termux stuff to out-of-tree directory
This commit is contained in:
parent
40731b3740
commit
c569ba00d7
|
@ -1,10 +1,10 @@
|
||||||
termux: termux-pkgs termux-dots utils-sh st
|
termux: termux-pkgs termux-dots utils-sh st
|
||||||
|
|
||||||
st:
|
st:
|
||||||
cd builds/st/ && CC=clang make && cp st ~/.local/bin/st
|
cd ../../../builds/st/ && CC=clang make && cp st ~/.local/bin/st
|
||||||
|
|
||||||
utils-sh:
|
utils-sh:
|
||||||
cp builds/utils/sh/* ~/.local/bin
|
cp ../../../builds/utils/* ~/.local/bin
|
||||||
|
|
||||||
termux-pkgs:
|
termux-pkgs:
|
||||||
pkg install \
|
pkg install \
|
||||||
|
@ -33,7 +33,7 @@ termux-pkgs:
|
||||||
x11-repo
|
x11-repo
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
ln -sf $(CURDIR)/.config ~/.config
|
ln -sf $(CURDIR)/../../../.config ~/.config
|
||||||
ln -sf $(CURDIR)/home/ssh/config ~/.ssh/config
|
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
|
||||||
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||||
ln -sf ~/.config/bash/profile ~/.bash_profile
|
ln -sf ~/.config/bash/profile ~/.bash_profile
|
Loading…
Reference in New Issue