From a4284d5904ed21e62eee98502c32c1d11f6b588d Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sat, 2 Nov 2024 22:11:38 -0500 Subject: [PATCH] some changes to the phone configuration --- boxes/phone/out-of-tree/Makefile | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/boxes/phone/out-of-tree/Makefile b/boxes/phone/out-of-tree/Makefile index 48cd56f..0ad4ea1 100644 --- a/boxes/phone/out-of-tree/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -15,8 +15,11 @@ st: -cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st utils-sh: + mkdir -p ~/.local/bin cp ../../../builds/utils/* ~/.local/bin + rebuild-sh: + mkdir -p ~/.local/bin cp ../../../builds/rebuild/* ~/.local/bin pip-pkgs: @@ -25,6 +28,10 @@ pip-pkgs: # pip3 install khard termux-pkgs: + pkg install \ + tur-repo \ + x11-repo + pkg install \ neovim \ python-pip \ @@ -48,6 +55,7 @@ termux-pkgs: htop \ rbw \ pkg-config \ + xorg-xrandr \ bspwm \ termux-api \ jq \ @@ -55,13 +63,14 @@ termux-pkgs: neomutt \ pandoc \ wget \ - tur-repo \ - x11-repo + which \ + openssl pkg install \ chromium # from tur-repo termux-dots: + mkdir -p ~/.local/bin ln -sf $(CURDIR)/../../../.config ~/.config ln -sf $(CURDIR)/../../../.config/ssh/config ~/.ssh/config ln -sf ~/.config/bash/bashrc ~/.bashrc @@ -75,5 +84,5 @@ git-annex.linux: bash install-git-annex.sh sssg: - cp ~/git/sssg/sssg.sh ~/.local/bin/sssg - chmod +x ~/.local/bin/sssg + -cp ~/git/sssg/sssg.sh ~/.local/bin/sssg + -chmod +x ~/.local/bin/sssg