Compare commits
No commits in common. "657287d513254420c0ba27a3bd2ad09305da9be7" and "3edb48896324729d32bdc7f84864881627176992" have entirely different histories.
657287d513
...
3edb488963
@ -21,17 +21,18 @@ utils-sh:
|
|||||||
rebuild-sh:
|
rebuild-sh:
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
cp ../../../builds/rebuild/* ~/.local/bin
|
cp ../../../builds/rebuild/* ~/.local/bin
|
||||||
|
|
||||||
pip-pkgs:
|
pip-pkgs:
|
||||||
pip3 install vdirsyncer
|
pip3 install vdirsyncer
|
||||||
pip3 install khal
|
pip3 install khal
|
||||||
# pip3 install khard
|
# pip3 install khard
|
||||||
|
|
||||||
termux-pkgs:
|
termux-pkgs:
|
||||||
pkg install -y \
|
pkg install \
|
||||||
tur-repo \
|
tur-repo \
|
||||||
x11-repo
|
x11-repo
|
||||||
|
|
||||||
pkg install -y \
|
pkg install \
|
||||||
neovim \
|
neovim \
|
||||||
python-pip \
|
python-pip \
|
||||||
feh \
|
feh \
|
||||||
@ -64,9 +65,10 @@ termux-pkgs:
|
|||||||
pandoc \
|
pandoc \
|
||||||
wget \
|
wget \
|
||||||
which \
|
which \
|
||||||
rsync \
|
openssl
|
||||||
openssl \
|
|
||||||
chromium
|
pkg install \
|
||||||
|
chromium # from tur-repo
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
rsync -avv usr@192.168.1.210:~/annex/music/audio ~/storage/music
|
|
Loading…
Reference in New Issue
Block a user