Added the Fish shell
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
- name: Install Fish shell on Arch
|
||||
become: true
|
||||
ansible.builtin.pacman:
|
||||
name: fish
|
||||
when: chezmoi.osRelease.id == "arch"
|
||||
Reference in New Issue
Block a user