MinGW -> MSYS

This commit is contained in:
xiongdian.me 2022-08-24 22:08:00 +08:00
parent 667d6a1a7b
commit 229d2c359d
2 changed files with 2 additions and 6 deletions

View File

@ -80,7 +80,7 @@ get_os_type() {
case "$(uname -s)" in
Darwin*) ans="MacOS";;
CYGWIN*) ans="Cygwin";;
MINGW* ) ans="MinGw";;
MSYS* ) ans="MSYS";;
Linux* ) ans="Linux";;
*) ans="unknown";;
esac

View File

@ -18,12 +18,8 @@ apk_add()
apk update
# mass installation
apk add zsh git tmux vim curl wget bash python3 htop gcc g++ cmake make fzf perl linux-headers bind-tools iputils man-db
apk add zsh git tmux vim curl wget bash python3 htop gcc g++ cmake make fzf perl linux-headers bind-tools iputils man-db coreutils
#for i in {fzf,ripgrep}; do apk add $i -y; done
# who am i
git config --global user.email "me@beardic.cn"
git config --global user.name "Dict Xiong"
}
set_timezone()