MSYS2 のセットアップ
Download
Windows環境変数の設定
コントロールパネル - システム - システムの詳細設定
環境変数
xxxのユーザー環境変数変数名:MSYS2_PATH_TYPE
変数値:inherit
を追加
MSYS2 のセットアップ
pacman -Syu
pacman -S vim base-devel msys2-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain mingw-w64-x86_64-boost vim openssh sshpass git zip unzip rsync tmux wget
vim ~/.bash_profile
~/.bash_profile
alias ls='ls --color=auto --show-control-chars --time-style=long-iso --human-readable --classify'alias ll='ls -l'# long listalias la='ls -A'# all but . and ..alias grep='grep --color'# show differences in colouralias less='less --raw-control-chars'# raw control charactersalias whence='type -a'# where, of a sort
source ~/.bash_profile
参考
MSYS2+VagrantによるWindowsでのUNIX環境
https://tamosblog.wordpress.com/2014/12/25/msys2_vagrant_1/#3MSYS2 +α - 構築手順・備忘録
https://qiita.com/yuukiyouki/items/a84c14240429e453428bMSYS2 で PATH が引き継がれない
http://chirimenmonster.github.io/2016/05/09/msys2-path.htmlお前らのSSH Keysの作り方は間違っている
https://qiita.com/suthio/items/2760e4cff0e185fe2db9