dot_testing/boxes/phone/out-of-tree/Makefile

41 lines
680 B
Makefile
Raw Normal View History

2024-04-24 11:35:35 -05:00
termux: termux-pkgs termux-dots utils-sh st
st:
2024-10-15 11:31:33 -05:00
cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st
2024-04-24 11:35:35 -05:00
utils-sh:
cp ../../../builds/utils/* ~/.local/bin
2024-04-24 11:35:35 -05:00
termux-pkgs:
pkg install \
neovim \
2024-10-15 11:31:33 -05:00
xdotool \
2024-04-24 11:35:35 -05:00
git \
2024-04-26 14:32:28 -05:00
tig \
2024-04-24 11:35:35 -05:00
tigervnc \
sxhkd \
clang \
elinks \
tmux \
2024-04-24 11:35:35 -05:00
fontconfig \
xorgproto \
fzy \
man \
2024-04-24 11:35:35 -05:00
libxft \
firefox \
mupdf \
texlive-bin \
2024-04-24 11:35:35 -05:00
htop \
rbw \
2024-04-24 11:35:35 -05:00
pkg-config \
bspwm \
termux-api \
jq \
2024-04-24 11:35:35 -05:00
x11-repo
termux-dots:
ln -sf $(CURDIR)/../../../.config ~/.config
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
2024-04-24 11:35:35 -05:00
ln -sf ~/.config/bash/bashrc ~/.bashrc
ln -sf ~/.config/bash/profile ~/.bash_profile