0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WSLを使わずにWindowsでLinuxのコマンドを使えるようにする

Last updated at Posted at 2024-04-24

ゴール

Windowsのコマンドプロント上でls -algrepなどのLinuxコマンドを使えるようにする。

環境構築

  1. MSYS2公式サイトよりインストーラーをダウンロード
  2. インストーラーの実行
  3. 環境変数のPATHにC:\msys64\usr\binを追加する

update

pacman -Syu

vimのインストール

pacman -S vim
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?