Compare commits

..

No commits in common. "6a8d7e2c5c1f35527fff876bc3ae2a976a8a22b7" and "6de18e3c81cd4833e86232444893bd8c0351647e" have entirely different histories.

3 changed files with 1 additions and 23 deletions

View File

@ -2,9 +2,6 @@
ctrl + b; c
st
ctrl + b; Return
st
ctrl + b; q
bspc node -c

View File

@ -1,22 +1,10 @@
termux: termux-pkgs termux-dots utils-sh rebuild-sh st pip-pkgs git-annex.linux
list: options # alias
options:
@echo specific options
@echo st - rebuild st
@echo utils-sh - copy utilities
@echo pip-pkgs - install pip packages
@echo termux-pkgs - install termux pkgs
@echo termux-dots - install termux dotfiles
@echo git-annex.linux - install git-annex
termux: termux-pkgs termux-dots utils-sh st pip-pkgs git-annex.linux
st:
cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st
utils-sh:
cp ../../../builds/utils/* ~/.local/bin
rebuild-sh:
cp ../../../builds/rebuild/* ~/.local/bin
pip-pkgs:
pip3 install vdirsyncer

View File

@ -1,13 +1,6 @@
#!/bin/sh
cd ~/dot_testing
if [ "$(hostname)" = "localhost" ]; then
# we're on a phone
cd boxes/phone/out-of-tree
make $@
exit
fi
if [ -f "boxes/$(hostname)/custom_command" ]; then
eval "$(cat boxes/$(hostname)/custom_command)"
exit