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
|
tags: zsh
|
||||||
- role: shell/tmux
|
- role: shell/tmux
|
||||||
tags: tmux
|
tags: tmux
|
||||||
- role: editors/neovim
|
|
||||||
tags: neovim
|
|
||||||
|
|
||||||
# Directory for temporary files
|
# Directory for temporary files
|
||||||
- role: tmpfiles
|
- role: tmpfiles
|
||||||
|
@ -85,17 +83,21 @@
|
||||||
tags: hcv
|
tags: hcv
|
||||||
|
|
||||||
# Install and configure Emacs
|
# Install and configure Emacs
|
||||||
- role: editors/emacs
|
- role: editor_emacs
|
||||||
tags: emacs
|
tags: emacs
|
||||||
|
|
||||||
# Install and configure VSCode
|
# Install and configure VSCode
|
||||||
- role: editors/vscode
|
- role: editor_vscode
|
||||||
tags: vscode
|
tags: vscode
|
||||||
|
|
||||||
# Install and configure Helix
|
# Install and configure Helix
|
||||||
- role: editors/helix
|
- role: editor_helix
|
||||||
tags: helix
|
tags: helix
|
||||||
|
|
||||||
|
# Install and configure neovim
|
||||||
|
- role: editor_neovim
|
||||||
|
tags: neovim
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# Install the Wireguard VPNs
|
# Install the Wireguard VPNs
|
||||||
- name: Wireguard
|
- name: Wireguard
|
||||||
|
|
Loading…
Reference in a new issue