chore: rename ‹editor› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
8e8c31c1f1
commit
a11b009120
22 changed files with 7 additions and 5 deletions
|
@ -44,8 +44,6 @@
|
|||
tags: zsh
|
||||
- role: shell/tmux
|
||||
tags: tmux
|
||||
- role: editors/neovim
|
||||
tags: neovim
|
||||
|
||||
# Directory for temporary files
|
||||
- role: tmpfiles
|
||||
|
@ -85,17 +83,21 @@
|
|||
tags: hcv
|
||||
|
||||
# Install and configure Emacs
|
||||
- role: editors/emacs
|
||||
- role: editor_emacs
|
||||
tags: emacs
|
||||
|
||||
# Install and configure VSCode
|
||||
- role: editors/vscode
|
||||
- role: editor_vscode
|
||||
tags: vscode
|
||||
|
||||
# Install and configure Helix
|
||||
- role: editors/helix
|
||||
- role: editor_helix
|
||||
tags: helix
|
||||
|
||||
# Install and configure neovim
|
||||
- role: editor_neovim
|
||||
tags: neovim
|
||||
|
||||
tasks:
|
||||
# Install the Wireguard VPNs
|
||||
- name: Wireguard
|
||||
|
|
Loading…
Reference in a new issue