ansible-role-oh-my-zsh
ansible-role-oh-my-zsh copied to clipboard
Ansible role for installing and configuring oh-my-zsh
Hello! Thank you for your work, I just have one question: I noticed that on the lines 30 and 31 of the `templates/zshrc.j2` does not match with the current .zshrc...
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. Release notes Sourced from docker/login-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in docker/login-action#593 Bump @actions/core...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
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...
If `acl` package is missing on system, ansible cant use `setfacl`, so trying chmod instead, that cant be used on another unpriveleged user with template module. More [here](https://docs.ansible.com/ansible-core/2.13/user_guide/become.html#risks-of-becoming-an-unprivileged-user). After installing...
Hi 👋 I'm trying to run this role against a Ubuntu 22.04.4 LTS instance: ```yaml roles: - role: gantsign.oh-my-zsh become: true tags: - shell_setup users: - username: nwon oh_my_zsh: theme:...