From e4474b9d882719342048d7815d97d1571f96232c Mon Sep 17 00:00:00 2001 From: "Marlon (Esolitos) Saglia" Date: Mon, 2 Dec 2024 12:58:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Update=20CI=20badge=20an?= =?UTF-8?q?d=20improve=20formatting=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4474a6e..9f9d858 100644 --- a/README.md +++ b/README.md @@ -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 @@ -22,7 +22,8 @@ __users__: [username]: [option]: [value] ``` -**Options** + +### Options | Option | Type | Comments | |---------------------------|----------|---------------------------------------------------------------| @@ -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.