Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-14 | Remove network drive mapping comment for WSL (#15871) | Ryan | |
2021-08-11 | Fix shell port bug in computation of QMK_FIRMWARE_DIR (#13950) | Eric S. Raymond | |
Previous code would fail if cd echoes the tathet directory to stdout, which is pretty common. Redirecting its output to /dev/null solves the problem. | |||
2021-07-06 | /bin/bash to /usr/bin/env bash (#13422) | Kuba Tyszko | |
2021-05-19 | Align our subprocess usage with current best practices. (#12940) | Zach White | |
* Align our subprocess usage with current best practices. * remove unused import * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * fix the cpp invocation for older python * allow for unprompted installation * make sure qmk new-keyboard works on windows Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-02-13 | bump to python 3.7 (#11408) | Zach White | |
2020-11-26 | Refactor qmk_install.sh (#10681) | Ryan | |
2020-10-18 | MSYS and WSL installation improvements (#10593) | Ryan | |
2018-10-22 | Fold install_dependencies.sh into linux_install.sh and freebsd_install.sh | skullY | |
2018-08-11 | Fix Typos in echo | Drashna Jaelre | |
2018-08-11 | Add WSL support to script | Drashna Jaelre | |
2018-08-11 | Add error message if config not detected | Drashna Jaelre | |
2018-08-11 | Add 32 bit MINGW support .... | Drashna Jaelre | |
2018-08-11 | Fix minor typo in qmk_install.sh for MSYS/MINGW64 detection | Drashna Jaelre | |
2018-08-02 | Fix qmk_install.sh to properly target MSYS (#3455) | Taylor Gonzalez | |
* qmk_install fix for windows users. * Updated wildcard to caputre both MSYS and MINGW64 in qmk_install * added OR to windows qmk_install | |||
2018-03-06 | Add a newbie guide for people completely new to QMK (#2480) | skullydazed | |