dot_testing/Makefile

40 lines
615 B
Makefile
Raw Normal View History

2024-04-24 11:35:35 -05:00
termux: termux-pkgs termux-dots utils-sh st
st:
cd builds/st/ && CC=clang make && cp st ~/.local/bin/st
utils-sh:
cp builds/utils/sh/* ~/.local/bin
termux-pkgs:
pkg install \
neovim \
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