1
0

Added Starship

This commit is contained in:
2025-10-13 10:02:21 +02:00
parent 8730ff086a
commit 6329e7230d
4 changed files with 12 additions and 2 deletions

View File

@@ -1,7 +1,10 @@
- name: Install Fish shell on Arch
- name: Install Fish shell and Starship on Arch
become: true
ansible.builtin.pacman:
name: fish
name:
- fish
- starship
- ttf-nerd-fonts-symbols # Required for Starship
when: chezmoi.osRelease.id == "arch"
- name: Find Fish shell binary