Skip to content

Instantly share code, notes, and snippets.

@T4cC0re
Last active September 23, 2017 14:45
Show Gist options
  • Save T4cC0re/5de7835d55b8d1834dd233f91064ae95 to your computer and use it in GitHub Desktop.
Save T4cC0re/5de7835d55b8d1834dd233f91064ae95 to your computer and use it in GitHub Desktop.
Initial Setup of MSYS2 on Windows with appropriate home dir
#!/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