Quantcast
Channel: Bashタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 2810

MSYS2 のセットアップ

$
0
0

MSYS2 のセットアップ

Download

https://www.msys2.org/

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

参考


Viewing all articles
Browse latest Browse all 2810

Trending Articles