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
|
||||
|
||||
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:
|
||||
cp builds/utils/sh/* ~/.local/bin
|
||||
cp ../../../builds/utils/* ~/.local/bin
|
||||
|
||||
termux-pkgs:
|
||||
pkg install \
|
||||
|
@ -33,7 +33,7 @@ termux-pkgs:
|
|||
x11-repo
|
||||
|
||||
termux-dots:
|
||||
ln -sf $(CURDIR)/.config ~/.config
|
||||
ln -sf $(CURDIR)/home/ssh/config ~/.ssh/config
|
||||
ln -sf $(CURDIR)/../../../.config ~/.config
|
||||
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
|
||||
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||
ln -sf ~/.config/bash/profile ~/.bash_profile
|
Loading…
Reference in New Issue