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