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

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