Added the Fish shell
This commit is contained in:
5
setup-script/roles/shell/tasks/main.yaml
Normal file
5
setup-script/roles/shell/tasks/main.yaml
Normal file
@@ -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