ARCHIVED
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.
None
None
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 ensuregit
is installed. You may remove that line, ifgit
is installed by some other method.
This role was created in 2023 by Ian Cleary.
Inspiration for the structure of this repo came from Jeff Geerling.