Compare commits
No commits in common. "657287d513254420c0ba27a3bd2ad09305da9be7" and "3edb48896324729d32bdc7f84864881627176992" have entirely different histories.
657287d513
...
3edb488963
|
@ -21,17 +21,18 @@ utils-sh:
|
|||
rebuild-sh:
|
||||
mkdir -p ~/.local/bin
|
||||
cp ../../../builds/rebuild/* ~/.local/bin
|
||||
|
||||
pip-pkgs:
|
||||
pip3 install vdirsyncer
|
||||
pip3 install khal
|
||||
# pip3 install khard
|
||||
|
||||
termux-pkgs:
|
||||
pkg install -y \
|
||||
pkg install \
|
||||
tur-repo \
|
||||
x11-repo
|
||||
|
||||
pkg install -y \
|
||||
pkg install \
|
||||
neovim \
|
||||
python-pip \
|
||||
feh \
|
||||
|
@ -64,9 +65,10 @@ termux-pkgs:
|
|||
pandoc \
|
||||
wget \
|
||||
which \
|
||||
rsync \
|
||||
openssl \
|
||||
chromium
|
||||
openssl
|
||||
|
||||
pkg install \
|
||||
chromium # from tur-repo
|
||||
|
||||
termux-dots:
|
||||
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