Created
June 15, 2014 07:55
-
-
Save bitkevin/2d6f2c74ec1ae9daa79e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# add repos | |
## EPEL | |
rpm -ivh http://mirror-fpt-telecom.fpt.net/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
## Atomic | |
wget -q -O - http://www.atomicorp.com/installers/atomic | sh | |
rpm --import https://www.atomicorp.com/RPM-GPG-KEY.atomicorp.txt | |
# oh-my-zsh | |
yum install -y git zsh | |
wget --no-check-certificate http://install.ohmyz.sh -O - | sh | |
# prepare | |
yum install -y bind-utils denyhosts system-config-firewall-tui daemontools patch | |
yum install -y make gcc gcc-c++ zlib-devel boost boost-devel automake openssl openssl-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment