iancleary.ohmyzsh
ARCHIVED
ansible-role-ohmyzsh
This repo is archived. I no longer plan to maintain it. You are welcome to do anything permitted by the LICENSE.
Why, see this article about NixOS vs Ansible for more details
This role installs zsh, ohmyzsh, ohmyzsh plugins, custom ohmyzsh plugins, and custom ohmyzsh themes.
Requirements
None
Role Variables
Dependencies
None
Example Playbook
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
user: unprivelaged
roles:
- role: iancleary.ohmyzsh
Note the underscore in ohmyzsh, it is not a dash!
This role doesn't need to be run as root, use whatever user you want to clone the repos as.
- hosts: servers
user: root
roles:
- role: iancleary.ohmyzsh
Note:
"- role: geerlingguy.git"is only there to ensuregitis installed. You may remove that line, ifgitis installed by some other method.
License
Author Information
This role was created in 2023 by Ian Cleary.
Inspiration for the structure of this repo came from Jeff Geerling.
Ansible role to install zsh, ohmyzsh, ohmyzsh plugins, custom ohmyzsh plugins, and custom ohmyzsh themes
ansible-galaxy install iancleary.ohmyzsh