From c569ba00d775ea5c06f1cb9ef48f29dfbaa1a517 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Tue, 8 Oct 2024 22:31:19 -0500 Subject: [PATCH] move termux stuff to out-of-tree directory --- Makefile => boxes/phone/out-of-tree/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Makefile => boxes/phone/out-of-tree/Makefile (67%) diff --git a/Makefile b/boxes/phone/out-of-tree/Makefile similarity index 67% rename from Makefile rename to boxes/phone/out-of-tree/Makefile index 47cee80..2acae8c 100644 --- a/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -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