summaryrefslogtreecommitdiff
path: root/util/wsl_install.sh
AgeCommit message (Collapse)Author
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed
* Script to generate keymap.c from JSON file. * Support for keymap.json * Add a warning about the keymap.c getting overwritten. * Fix keymap generating * Install the python deps * Flesh out more of the python environment * Remove defunct json2keymap * Style everything with yapf * Polish up python support * Hide json keymap.c into the .build dir * Polish up qmk-compile-json * Make milc work with positional arguments * Fix a couple small things * Fix some errors and make the CLI more understandable * Make the qmk wrapper more robust * Add basic QMK Doctor * Clean up docstrings and flesh them out as needed * remove unused compile_firmware() function
2018-11-02Set the executable bit for sh scripts under util.Fredric Silberberg
2018-10-22Fixup the WSL installskullY
2017-09-15Wording changes for the WSL install scriptRob Rogers
2017-07-11Extract flipFred Sundvik
2017-07-11Fix overlong lines, and a few spelling errorsFred Sundvik
2017-07-11Use home directory for download on msys2Fred Sundvik
2017-07-10Add symlinks only on WSLFred Sundvik
2017-07-10Initial structure for shared msys2 and wsl installationFred Sundvik
2017-05-28Create a symlink to qmk if requestedFred Sundvik
2017-05-28Add activate_wsl to .bashrcFred Sundvik
2017-05-28Fix symlink creationFred Sundvik
2017-05-28Use unzip instead of 7zipFred Sundvik
2017-05-28Actually install flip instead of just extractingFred Sundvik
2017-05-28Make symlink to utils and export programmer variablesFred Sundvik
2017-05-28Add install dependenciesFred Sundvik
2017-05-28Add prompt for re-downloading the utilsFred Sundvik
2017-05-28Add driver installationFred Sundvik
2017-05-28Add checks for cloning to the right dirFred Sundvik
2017-05-28Download windows flashing utils and driver_installerFred Sundvik