Skip to content

Instantly share code, notes, and snippets.

@zjhuntin
Last active July 22, 2016 16:09
Show Gist options
  • Save zjhuntin/5c99cdd1182fa4725e2e923fa0be3c29 to your computer and use it in GitHub Desktop.
Save zjhuntin/5c99cdd1182fa4725e2e923fa0be3c29 to your computer and use it in GitHub Desktop.
---
- name: install zsh
yum: name=zsh state=latest
- name: install oh-my-zsh
shell: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment