chore: move out user roles

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-12 21:23:02 +02:00
parent 281b95d824
commit 0554e665c5
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8
157 changed files with 17 additions and 17 deletions

View file

@ -40,60 +40,60 @@
- base/desktop
# Shell utilities
- role: user/shell/zsh
- role: shell/zsh
tags: zsh
- role: user/shell/tmux
- role: shell/tmux
tags: tmux
- role: user/editors/neovim
- role: editors/neovim
tags: neovim
# Directory for temporary files
- role: user/tmpfiles
- role: tmpfiles
become: true
tags: tmpfiles
# Configure git
- role: user/git
- role: git
tags: git
# Configure ssh
- role: user/ssh
- role: ssh
tags: ssh
# Set up GPG
- role: user/gpg
- role: gpg
tags: gpg
# Configure Alacritty terminal
- role: user/terminals/alacritty
- role: terminals/alacritty
tags: alacritty
# Configure Kitty terminal
- role: user/terminals/kitty
- role: terminals/kitty
tags: kitty
# Install fonts
- role: user/fonts
- role: fonts
tags: fonts
# Install Bitwarden CLI
- role: user/secrets/bw
- role: secrets/bw
tags: bw
# Install HashiCorp Vault
- role: user/secrets/hcv
- role: secrets/hcv
tags: hcv
# Install and configure Emacs
- role: user/editors/emacs
- role: editors/emacs
tags: emacs
# Install and configure VSCode
- role: user/editors/vscode
- role: editors/vscode
tags: vscode
# Install and configure Helix
- role: user/editors/helix
- role: editors/helix
tags: helix
tasks:

Some files were not shown because too many files have changed in this diff Show more