Compare commits
2 Commits
3edb488963
...
657287d513
Author | SHA1 | Date | |
---|---|---|---|
657287d513 | |||
4640167eb0 |
@ -21,18 +21,17 @@ 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 \
|
pkg install -y \
|
||||||
tur-repo \
|
tur-repo \
|
||||||
x11-repo
|
x11-repo
|
||||||
|
|
||||||
pkg install \
|
pkg install -y \
|
||||||
neovim \
|
neovim \
|
||||||
python-pip \
|
python-pip \
|
||||||
feh \
|
feh \
|
||||||
@ -65,10 +64,9 @@ termux-pkgs:
|
|||||||
pandoc \
|
pandoc \
|
||||||
wget \
|
wget \
|
||||||
which \
|
which \
|
||||||
openssl
|
rsync \
|
||||||
|
openssl \
|
||||||
pkg install \
|
chromium
|
||||||
chromium # from tur-repo
|
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
|
3
builds/utils/termux-synchronize-music
Executable file
3
builds/utils/termux-synchronize-music
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rsync -avv usr@192.168.1.210:~/annex/music/audio ~/storage/music
|
Loading…
Reference in New Issue
Block a user