[关闭]
@RR 2017-02-16T05:28:39.000000Z 字数 422 阅读 127

配置CentOS的环境

Linux


Install Extra Packages for Enterprise Linux (EPEL)

目的是可以安装更多的软件。

yum install epel-release

Ref http://fedoraproject.org/wiki/EPEL

Install zsh and oh-my-zsh

比默认的Shell跟好用。

sudo yum install zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Ref https://github.com/robbyrussell/oh-my-zsh/

Install autojump

方便快速在目录中跳转,使用帮助 https://github.com/wting/autojump/blob/master/README.md
安装

install autojump-zsh

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注