From 3b6bb474373a5eb57d787afa130e26789b755dc4 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:16:43 +0100 Subject: [PATCH] installing helix editor --- playbook.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbook.yml b/playbook.yml index a6076ae..99f64f2 100644 --- a/playbook.yml +++ b/playbook.yml @@ -398,6 +398,15 @@ pacman: name: python-neovim 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) become: true pacman: