Compare commits
No commits in common. "6a8d7e2c5c1f35527fff876bc3ae2a976a8a22b7" and "6de18e3c81cd4833e86232444893bd8c0351647e" have entirely different histories.
6a8d7e2c5c
...
6de18e3c81
@ -2,9 +2,6 @@
|
|||||||
ctrl + b; c
|
ctrl + b; c
|
||||||
st
|
st
|
||||||
|
|
||||||
ctrl + b; Return
|
|
||||||
st
|
|
||||||
|
|
||||||
ctrl + b; q
|
ctrl + b; q
|
||||||
bspc node -c
|
bspc node -c
|
||||||
|
|
||||||
|
@ -1,22 +1,10 @@
|
|||||||
termux: termux-pkgs termux-dots utils-sh rebuild-sh st pip-pkgs git-annex.linux
|
termux: termux-pkgs termux-dots utils-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
|
|
||||||
|
|
||||||
st:
|
st:
|
||||||
cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st
|
cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st
|
||||||
|
|
||||||
utils-sh:
|
utils-sh:
|
||||||
cp ../../../builds/utils/* ~/.local/bin
|
cp ../../../builds/utils/* ~/.local/bin
|
||||||
rebuild-sh:
|
|
||||||
cp ../../../builds/rebuild/* ~/.local/bin
|
|
||||||
|
|
||||||
pip-pkgs:
|
pip-pkgs:
|
||||||
pip3 install vdirsyncer
|
pip3 install vdirsyncer
|
||||||
|
@ -1,13 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cd ~/dot_testing
|
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
|
if [ -f "boxes/$(hostname)/custom_command" ]; then
|
||||||
eval "$(cat boxes/$(hostname)/custom_command)"
|
eval "$(cat boxes/$(hostname)/custom_command)"
|
||||||
exit
|
exit
|
||||||
|
Loading…
Reference in New Issue
Block a user