mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
15 lines
430 B
YAML
15 lines
430 B
YAML
---
|
|
mirror: "https://github.com/starship/starship/releases/download/"
|
|
version: v1.20.1
|
|
arch_map:
|
|
arm64: aarch64
|
|
aarch64: aarch64
|
|
system_map:
|
|
Darwin: apple-darwin
|
|
Linux: unknown-linux-musl
|
|
|
|
download_url: "{{ mirror }}/{{version}}/starship-{{ arch_map[ansible_architecture] }}-{{ system_map[ansible_system] }}.tar.gz"
|
|
download_dir: "/tmp/starship.tar.gz"
|
|
unpack_dir: "/tmp/starship"
|
|
unpack_file: "{{ unpack_dir }}/starship"
|