Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Ansible role to install zsh, oh-my-zsh, and oh-my-zsh plugins

License

Notifications You must be signed in to change notification settings

iancleary/ansible-role-ohmyzsh

Repository files navigation

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

CI workflow status Release workflow status License

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 ensure git is installed. You may remove that line, if git is installed by some other method.

License

MIT

Author Information

This role was created in 2023 by Ian Cleary.

Inspiration for the structure of this repo came from Jeff Geerling.

About

Ansible role to install zsh, oh-my-zsh, and oh-my-zsh plugins

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages