An Ansible role for setting up fish shell and oh-my-fish. If you do not wish for oh-my-fish to be installed, a simple override file can be created on the remote node prior to running:
sudo touch /etc/omf.installed
For whatever reason, I can't see to get omf install <theme>
to work. The config is prepared for bobthefish
to be used, but the install command needs to be run manually.
package
module supports, and a repo installed where fish
exists with that exact name.Variable | Default | Comments (type) |
---|---|---|
userlist |
Dictionary containing of base directory (for home dirs)(value) and username (key) |
- hosts: foo
roles:
- role: ansible-role-fish
userlist:
foouser: /home/
BSD
Issues, feature requests, ideas, suggestions, etc. are appreciated and can be posted in the Issues section. Pull requests are also very welcome. Please create a topic branch for your proposed changes, it's the easiest way to merge back into the project.