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