gantsign / ansible-role-oh-my-zsh

Ansible role for installing and configuring oh-my-zsh
https://galaxy.ansible.com/gantsign/oh-my-zsh
MIT License
165 stars 41 forks source link

Install custom themes and plugins #170

Open n3pjk opened 1 year ago

n3pjk commented 1 year ago

Specify custom themes in a 'themes' list and custom plugins in a 'plugins' list, each item having a 'name' and 'source' identifying its Git repo. Install the custom theme if a user has it named as their 'theme'. Install custom plugins if they are listed by name in a user's plugins list. I will have a PR ready shortly to address these features.