All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker
. This will install the whole docker suite, left only Tini to be compiled manually.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; An AutoHotKey script mapping most common OSX keyboard shortcuts to Windows 10 | |
; Useful if you're used to using Apple Keyboard and switch between OSX and W10 | |
; - clipboard (CMD+C, CMD+V, CMD+X, CMD+ALT+SHIFT+V) | |
; - app-switching (CMD+Tab) | |
; - text editor cursor manipulation - CMD+Arrow, CMD+SHIFT+Arrow, ALT+Arrow, ALT+SHIFT+Arrow | |
; - window management - CMD+Q, CMD+` | |
; - in-browser tabs - CMD+T, CMD+SHIFT+T, CMD+W, CMD+1...CMD+9, | |
; - standard actions - CMD+N, CMD+SHIFT+N, CMD+O, CMD+SHIFT+O, CMD+P, CMD+S, CMD+SHIFT+S | |
; - undo/redo - CMD+Z, CMD+SHIFT+Z | |
; - spotlight search (CMD+Space) |