chore: move out user roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
281b95d824
commit
0554e665c5
157 changed files with 17 additions and 17 deletions
playbooks
roles
editors
emacs/tasks
helix
files
tasks
neovim/tasks
vscode
fonts/tasks
git
gpg/tasks
lang/haskell
secrets
bw/tasks
hcv
shell
tmux
zsh
ssh
terminals
alacritty
files
alacritty.yml
colors
ayu_dark.ymlayu_mirage.ymlbreeze.ymlcampbell.ymlcodedark.ymlcodelight.ymldefault.ymldracula.ymlgruvbox_dark.ymlgruvbox_light.ymlkanagawa.yml
monokai
classic.ymlpro.ymlpro_filter_machine.ymlpro_filter_octagon.ymlpro_filter_ristretto.ymlpro_filter_spectrum.yml
night_owl.ymlnord.ymlocean.ymlone_dark.ymlone_dark_pro.ymlone_light.ymlonehalf_dark.ymlonehalf_light.ymloutrun_electric.ymlrainier.ymlrainier_retro.ymlrose-pine-dawn.ymlrose-pine-moon.ymlrose-pine.ymlsolarized_dark.ymlsolarized_light.ymltokyo_night.ymltokyo_night_storm.ymltomorrow_day.ymltomorrow_night.ymltomorrow_night_bright.ymltasks
kitty/files
|
@ -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
Loading…
Add table
Reference in a new issue