mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
installing helix editor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user