diff options
Diffstat (limited to 'util/activate_msys2.sh')
| -rw-r--r-- | util/activate_msys2.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/util/activate_msys2.sh b/util/activate_msys2.sh new file mode 100644 index 000000000..bb0485302 --- /dev/null +++ b/util/activate_msys2.sh | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | |||
| 3 | function export_variables { | ||
| 4 | local util_dir=~/qmk_utils | ||
| 5 | export PATH=$PATH:$util_dir/dfu-programmer | ||
| 6 | export PATH=$PATH:$util_dir/dfu-util-0.9-win64 | ||
| 7 | export PATH=$PATH:$util_dir/flip/bin | ||
| 8 | export PATH=$PATH:$util_dir/avr8-gnu-toolchain/bin | ||
| 9 | export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin | ||
| 10 | } | ||
| 11 | |||
| 12 | export_variables | ||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | |||
