Last active
September 23, 2017 14:45
-
-
Save T4cC0re/5de7835d55b8d1834dd233f91064ae95 to your computer and use it in GitHub Desktop.
Initial Setup of MSYS2 on Windows with appropriate home dir
This file contains hidden or 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
#!/usr/bin/env bash | |
pacman -Svvyy git tar xz gzip wget curl base-devel binutils mingw-w64-x86_64-readline gawk | |
setx MSYS2_PATH_TYPE inherit | |
setx HOME "C:\\Users\\${USER}" | |
echo "Please restart MSYS2 now to take effect (close with X)" | |
while read; do | |
: | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment