mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-12-19 12:37:49 +08:00
MinGW -> MSYS
This commit is contained in:
parent
667d6a1a7b
commit
229d2c359d
2
.zshrc2
2
.zshrc2
@ -80,7 +80,7 @@ get_os_type() {
|
|||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
Darwin*) ans="MacOS";;
|
Darwin*) ans="MacOS";;
|
||||||
CYGWIN*) ans="Cygwin";;
|
CYGWIN*) ans="Cygwin";;
|
||||||
MINGW* ) ans="MinGw";;
|
MSYS* ) ans="MSYS";;
|
||||||
Linux* ) ans="Linux";;
|
Linux* ) ans="Linux";;
|
||||||
*) ans="unknown";;
|
*) ans="unknown";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@ -18,12 +18,8 @@ apk_add()
|
|||||||
apk update
|
apk update
|
||||||
|
|
||||||
# mass installation
|
# 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
|
#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()
|
set_timezone()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user