This repo contains a zero-configuration Linux-distro agnostic Ansible role that installs zsh + antigen plugin manager.
-
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
- hosts: 127.0.0.1
roles:
- role: ansible-role-zsh-antigen
vars:
zsh_set_as_default_shell: true
👤 Alexander Danilenko
- Website: https://danilenko.in
- Github: @alexander-danilenko
- LinkedIn: @alexander-danilenko
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Alexander Danilenko.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator