/ansible-role-zsh-antigen

Ansible role to install zsh + antigen

MIT LicenseMIT

Ansible Role for zsh & antigen

License: MIT

This repo contains a zero-configuration Linux-distro agnostic Ansible role that installs zsh + antigen plugin manager.

Requirements

  • No additional requirements.

  • ⚠️ Note: the role assumes that you already have ~/.zshrc file in place with antigen config on target host machine.

    Example .zshrc file content:

    source ~/.antigen/antigen.zsh
    antigen use oh-my-zsh
    antigen bundle git
    antigen theme bira
    antigen apply

Example Ansible Playbook

- hosts: 127.0.0.1
  roles:
    - role: ansible-role-zsh-antigen
      vars:
        zsh_set_as_default_shell: true

Author

👤 Alexander Danilenko

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Alexander Danilenko.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator