move termux stuff to out-of-tree directory

This commit is contained in:
stupidcomputer 2024-10-08 22:31:19 -05:00
parent 40731b3740
commit c569ba00d7
1 changed files with 4 additions and 4 deletions

View File

@ -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