Created
November 24, 2013 04:43
-
-
Save Genki-S/7623419 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 repositories: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x | |
# Add EPEL repo | |
wget http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm | |
rpm -Uvh epel-release-6*.rpm | |
# Add remi repo | |
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm | |
rpm -Uvh remi-release-6*.rpm | |
# Enable remi repo | |
vi /etc/yum.repos.d/remi.repo | |
# edit: [remi] enabled=1 | |
yum install wget gcc make | |
yum install ncurses ncurses-devel | |
yum install vim zsh tmux git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment