Added Starship
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
{{- if not .features.shell }}
|
{{- if not .features.shell }}
|
||||||
.config/fish
|
.config/fish
|
||||||
|
.config/starship.toml
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if not .features.git }}
|
{{- if not .features.git }}
|
||||||
.config/git
|
.config/git
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
5
home/private_dot_config/fish/conf.d/staship.fish
Normal file
5
home/private_dot_config/fish/conf.d/staship.fish
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Disable the default Fish greeting message
|
||||||
|
set fish_greeting ""
|
||||||
|
|
||||||
|
# Initialize Starship
|
||||||
|
starship init fish | source
|
@@ -1,7 +1,10 @@
|
|||||||
- name: Install Fish shell on Arch
|
- name: Install Fish shell and Starship on Arch
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.pacman:
|
ansible.builtin.pacman:
|
||||||
name: fish
|
name:
|
||||||
|
- fish
|
||||||
|
- starship
|
||||||
|
- ttf-nerd-fonts-symbols # Required for Starship
|
||||||
when: chezmoi.osRelease.id == "arch"
|
when: chezmoi.osRelease.id == "arch"
|
||||||
|
|
||||||
- name: Find Fish shell binary
|
- name: Find Fish shell binary
|
||||||
|
Reference in New Issue
Block a user