Last active
May 9, 2018 07:48
-
-
Save tanpengsccd/227553a9b5619b13e61e991fa3e3cabd to your computer and use it in GitHub Desktop.
CentOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum -y install epel-release | |
yum makecache | |
yum -y install git wget curl unzip zsh mosh emacs | |
# ohmyzsh | |
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | |
# v2ray | |
https://www.v2ray.com/chapter_00/install.html | |
# 测速 | |
https://www.wn789.com/9504.html | |
curl -Lso- https://raw.githubusercontent.com/wn789/Superspeed/master/superbench.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment