installing helix editor

This commit is contained in:
aminnairi
2023-11-29 13:16:43 +01:00
parent 3bfb6e30b7
commit 3b6bb47437
+9
View File
@@ -398,6 +398,15 @@
pacman: pacman:
name: python-neovim name: python-neovim
state: present state: present
- name: Install Helix editor
become: true
pacman:
name: helix
state: present
- name: Setup Helix editor
synchronize:
src: helix
dest: /$HOME/.config
- name: Install Fish (shell) - name: Install Fish (shell)
become: true become: true
pacman: pacman: