くんすとの備忘録

IT系技術メモ

移転しました。

15秒後に自動的にリダイレクトします。

MSYS2はじめたっぽい~

セットアップ

準備

msys2をx86_64のインストーラからインストール。

MSYS2 Shellから

pacman --noconfirm -Sy
pacman --noconfirm --needed -S bash pacman pacman-mirrors msys2-runtime

# MSYS2 Shellを再起動
pacman --noconfirm -Su

で、MinGW-w64 Win64 Shellを使う。

開発環境

pacman --noconfirm -S base-devel
pacman --noconfirm -S msys2-devel
pacman --noconfirm -S mingw-w64-i686-toolchain
pacman --noconfirm -S mingw-w64-x86_64-toolchain

pacman --noconfirm -S openssh
pacman --noconfirm -S vim

winpty

pacman --noconfirm -S winpty-git

zsh

pacman --noconfirm -S zsh
echo "exec zsh" >> ~/.bash_profile