msys2 #git #msys2
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\open_msys2]
@="Open MSYS2 here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\open_msys2\command]
@="c:\\msys64\\usr\\bin\\mintty.exe /bin/sh -lc 'cd \"$(cygpath \"%V\")\"; exec bash'"
[HKEY_CLASSES_ROOT\Folder\shell\open_msys2]
@="Open MSYS2 here"
[HKEY_CLASSES_ROOT\Folder\shell\open_msys2\command]
@="c:\\msys64\\usr\\bin\\mintty.exe /bin/sh -lc 'cd \"$(cygpath \"%V\")\"; exec bash'"
export http_proxy=http://your-proxy:port/
export https_proxy=$http_proxy
pacman -Syuu
and follow the instructions. Repeat this step until it says there are no packages to update.
pacman -S \
autoconf autogen automake \
bc bison \
clang cmake ctags \
dash diffutils dos2unix doxygen \
ed \
gcc git git-flow global gnu-netcat \
lzip liblzma-devel libffi-devel libxslt-devel \
make man-db man-pages-posix mc mksh \
ncurses-devel \
openssl-devel \
p7zip pcre-devel procps psmisc pwgen \
rsync \
tar texinfo tig tmux tree \
unrar unzip \
vim \
w3m \
zip zlib-devel zsh
NOTE: Symlink creation requires running msys2 as administrator. The variable MSYS should be set to winsymlinks
export MSYS=winsymlinks
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS2 here]
[-HKEY_CLASSES_ROOT\Folder\shell\MSYS2 here]
[-HKEY_CLASSES_ROOT\Directory\Background\shell\open_msys2]
[-HKEY_CLASSES_ROOT\Folder\shell\open_msys2]
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\Directory\Background\shell\MSYS2 here\command]
@="C:\\msys64\\msys2.exe bash"
[HKEY_CLASSES_ROOT\Folder\shell\MSYS2 here\command]
@="C:\\msys64\\msys2.exe bash"