Skip to content

Instantly share code, notes, and snippets.

@pjvds
Last active August 29, 2015 14:11
Show Gist options
  • Save pjvds/e6c5dc97ae3cd4e0a26e to your computer and use it in GitHub Desktop.
Save pjvds/e6c5dc97ae3cd4e0a26e to your computer and use it in GitHub Desktop.
sudo yum update
sudo yum install zsh terminator git tig mercurial vim
chsh --shell /bin/zsh
sudo yum install i3 i3-ipc i3status i3lock
ssh-keygen
echo "ADD PUBLIC KEY TO GITHUB NOW!"
sudo yum install autojump autojump-zsh
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
curl https://raw.githubusercontent.com/spf13/spf13-vim/3.0/bootstrap.sh -L -o - | sh
sudo yum localinstall http://dev.mysql.com/get/mysql-community-release-fc20-5.noarch.rpm
sudo yum install mysql-community-server
sudo yum install mysql-workbench
sudo yum localinstall https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo yum localinstall https://github.com/atom/atom/releases/download/v0.169.0/atom.x86_64.rpm
wget https://storage.googleapis.com/golang/go1.4.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.4.linux-amd64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment