mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-06-20 23674cc02eb05dadeb2c2cc75f4a47997fc08119
added termux configs
1 files modified
3 files added
17 ■■■■■ changed files
Makefile 9 ●●●●● patch | view | raw | blame | history
termux/.config/youtube-dl/config 3 ●●●●● patch | view | raw | blame | history
termux/.termux/termux.properties 4 ●●●● patch | view | raw | blame | history
termux/bin/termux-url-opener 1 ●●●● patch | view | raw | blame | history
Makefile
@@ -39,6 +39,14 @@
    git submodule update --init
    $(STOW) -t $(HOME) $@
.PHONY: termux
termux: shells
    $(STOW) -t $(HOME) $@
.PHONY: termux-uninstall
termux-uninstall: shells-uninstall
    $(STOW) --delete -t $(HOME) $(@:-uninstall=)
.PHONY: shells
shells: $(SHELLS)
@@ -78,3 +86,4 @@
    $(ECHO) '    utils(-uninstall)'
    $(ECHO) '    fun(-uninstall)'
    $(ECHO) '    desktop(-uninstall)'
    $(ECHO) '    termux(-uninstall)'
termux/.config/youtube-dl/config
New file
@@ -0,0 +1,3 @@
--no-mtime
-o ~/storage/downloads/Youtube/%(title)s.%(ext)s
-f "best[height<=480]"
termux/.termux/termux.properties
New file
@@ -0,0 +1,4 @@
extra-keys = [ \
 ['ESC','|','/','HOME','UP','END','-','DEL'], \
 ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','_','BKSP'] \
]
termux/bin/termux-url-opener
New file
@@ -0,0 +1 @@
youtube-dl $1