From 9ac137dcbbf7ceb8d7a727ccfa00a86ecf4c5bce Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Wed, 16 Oct 2024 00:56:41 -0500 Subject: [PATCH] some changes --- boxes/phone/out-of-tree/Makefile | 13 ++++++++++++- builds/utils/disp | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/boxes/phone/out-of-tree/Makefile b/boxes/phone/out-of-tree/Makefile index ad3cecf..03c5748 100644 --- a/boxes/phone/out-of-tree/Makefile +++ b/boxes/phone/out-of-tree/Makefile @@ -1,4 +1,4 @@ -termux: termux-pkgs termux-dots utils-sh st +termux: termux-pkgs termux-dots utils-sh st pip-pkgs st: cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st @@ -6,9 +6,16 @@ st: utils-sh: cp ../../../builds/utils/* ~/.local/bin +pip-pkgs: + pip3 install vdirsyncer + pip3 install khal + pip3 install khard + termux-pkgs: pkg install \ neovim \ + python-pip \ + feh \ xdotool \ git \ tig \ @@ -31,6 +38,8 @@ termux-pkgs: bspwm \ termux-api \ jq \ + isync \ + neomutt \ x11-repo termux-dots: @@ -38,3 +47,5 @@ termux-dots: ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/bash/profile ~/.bash_profile + mkdir -p ~/.local/share + cp $(CURDIR)/../../../home/wallpapers/pape.jpg ~/.local/share diff --git a/builds/utils/disp b/builds/utils/disp index 5954f38..c5261bd 100755 --- a/builds/utils/disp +++ b/builds/utils/disp @@ -192,6 +192,7 @@ case "$(hostname)" in xrandr --output VNC-0 --mode 1920x1080 bspc monitor VNC-0 -d 1 2 3 4 5 6 7 8 9 + feh --bg-fill ~/.local/share/pape.jpg esac # initial post-wm setup