Skip to content

Commit

Permalink
📚 docs: Update CI badge and improve formatting (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored Dec 2, 2024
1 parent 4d981d5 commit e4474b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ansible Role: ZSH

[![Build Status](https://travis-ci.org/esolitos/ansible-role-zsh.svg?branch=master)](https://travis-ci.org/esolitos/ansible-role-zsh)
[![Ansible CI](https://github.com/esolitos/ansible-role-zsh/actions/workflows/main.yml/badge.svg?branch=master&event=push)](https://github.com/esolitos/ansible-role-zsh/actions/workflows/main.yml)

Install and set up [ZSH](http://www.zsh.org/).
Install and set up [ZSH](http://www.zsh.org/).
This role can also configure `~./zshrc` file, upload functions files or download and set up a nice standalone `prompt`.

## Requirements
Expand All @@ -22,7 +22,8 @@ __users__:
[username]:
[option]: [value]
```
**Options**
### Options
| Option | Type | Comments |
|---------------------------|----------|---------------------------------------------------------------|
Expand All @@ -34,7 +35,6 @@ __users__:
| zsh_zfunctions_directory | string | Directory of files to upload on remote `.zfunctions`. |
| zsh_zshrc_content | text | Lines to append in `~/.zshrc`. |


### Defaults

Check [defaults/main.yml](defaults/main.yml) for default values.
Expand Down

0 comments on commit e4474b9

Please sign in to comment.