nover.ohmyzsh

Role Name

oh my zsh installer for Debian (Raspberry, Debian, Ubuntu, etc) and macOS systems. The original work has been taken from here https://github.com/RaymiiOrg/ansible/blob/master/oh-my-zsh/ohmyzsh.yml

I have taken the liberty of converting it into a "real ansible role" and subseqently published it on ansible galaxy.

Requirements

Nothing special except ansible and an Debian or macOS target

Role Variables

You can control the theme that is being installed, default theme is steeef

ohmyzsh_theme: 'steeef'

Example Playbook

An example playbook is as follows

- hosts: servers
  roles:
      - { role: nover.ohmyzsh, ohmyzsh_theme: 'robbyrussell' }

License

GitHub The Unlicense

About

ohmyzsh installation role for Debian / Ubuntu

Install
ansible-galaxy install nover.ohmyzsh
GitHub repository
License
Unknown
Downloads
292