Skip to content

Instantly share code, notes, and snippets.

@jaronson
Last active August 29, 2015 14:16
Show Gist options
  • Save jaronson/ef963d270218c1cc4fcc to your computer and use it in GitHub Desktop.
Save jaronson/ef963d270218c1cc4fcc to your computer and use it in GitHub Desktop.
echo "export PATH=/opt/puppet/bin:$PATH" >> ~/.bashrc
echo "alias l='ls -lah'" >> ~/.bashrc
echo "alias vi='vim'" >> ~/.bashrc
source ~/.bashrc
yum -y install screen
curl -k https://gist.githubusercontent.com/jaronson/42a1ab237055861eac16/raw/8be9de09a00bd26c70cda1b185770dd989b17022/.screenrc-main-example -o ~/.screenrc
curl -k https://gist.githubusercontent.com/jaronson/ebd2da49ce5ea33bf7cf/raw/0a84bb4b0500a67bab096533b208c3ba8c6a6a75/.vimrc -o ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment