Shackelford-Arden / ansible-role-starship

Ansible role to install starship shell prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

starship

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install starship shell prompt.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

starship_arch

Architecture of the static binary

Default value

starship_arch: '{{ ansible_architecture }}'

starship_download

URL to the archive of the release to install

Default value

starship_download: https://github.com/starship/starship/releases/download/v{{ starship_version
  }}/starship-{{ starship_arch }}-unknown-linux-musl.tar.gz

starship_version

Version of the release to install

Default value

starship_version: 1.17.1

Discovered Tags

starship

Dependencies

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install starship shell prompt

License:Apache License 2.0


Languages

Language:Nix 90.1%Language:Python 9.9%