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,6 +1,8 @@
{{- if not .features.shell }}
.config/fish
.config/starship.toml
{{- end }}
{{- if not .features.git }}
.config/git
{{- end }}

View File

@@ -0,0 +1,5 @@
# Disable the default Fish greeting message
set fish_greeting ""
# Initialize Starship
starship init fish | source

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