This commit is contained in:
stupidcomputer 2024-10-16 00:57:54 -05:00
commit 885bc145f8
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
termux: termux-pkgs termux-dots utils-sh st termux: termux-pkgs termux-dots utils-sh st pip-pkgs
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
@ -6,9 +6,16 @@ st:
utils-sh: utils-sh:
cp ../../../builds/utils/* ~/.local/bin cp ../../../builds/utils/* ~/.local/bin
pip-pkgs:
pip3 install vdirsyncer
pip3 install khal
pip3 install khard
termux-pkgs: termux-pkgs:
pkg install \ pkg install \
neovim \ neovim \
python-pip \
feh \
xdotool \ xdotool \
git \ git \
tig \ tig \
@ -31,6 +38,8 @@ termux-pkgs:
bspwm \ bspwm \
termux-api \ termux-api \
jq \ jq \
isync \
neomutt \
x11-repo x11-repo
termux-dots: termux-dots:
@ -38,3 +47,5 @@ termux-dots:
ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config ln -sf $(CURDIR)/../../../home/ssh/config ~/.ssh/config
ln -sf ~/.config/bash/bashrc ~/.bashrc ln -sf ~/.config/bash/bashrc ~/.bashrc
ln -sf ~/.config/bash/profile ~/.bash_profile ln -sf ~/.config/bash/profile ~/.bash_profile
mkdir -p ~/.local/share
cp $(CURDIR)/../../../home/wallpapers/pape.jpg ~/.local/share

View File

@ -192,6 +192,7 @@ case "$(hostname)" in
xrandr --output VNC-0 --mode 1920x1080 xrandr --output VNC-0 --mode 1920x1080
bspc monitor VNC-0 -d 1 2 3 4 5 6 7 8 9 bspc monitor VNC-0 -d 1 2 3 4 5 6 7 8 9
feh --bg-fill ~/.local/share/pape.jpg
esac esac
# initial post-wm setup # initial post-wm setup