【Windows10】msys2 のスクリプトを変更して ln でシンボリックリンクを張る

DEVELOP, VisualStudio, Windows

MacやWindows環境が混合している開発環境で、Windowsユーザーがlnコマンドが

目次

事前準備

GitBash がインストール済の状態であること。

手順

GitBashを起動し、以下スクリプトを実行する。

echo "export MSYS=winsymlinks:nativestrict" > ~/.bashrc
source ~/.bashrc

Posted by kazupon