refactor: group roles, define dependencies
This commit is contained in:
parent
75e52b5e2e
commit
7f06e49aea
3 changed files with 31 additions and 31 deletions
|
@ -1,57 +1,51 @@
|
||||||
default_roles:
|
default_roles:
|
||||||
- ssh
|
|
||||||
|
|
||||||
- cargo
|
|
||||||
- delta
|
|
||||||
- stylua
|
|
||||||
|
|
||||||
- alacritty
|
- alacritty
|
||||||
- awesome-wm
|
- awesome-wm
|
||||||
|
- cargo
|
||||||
- copyq
|
- copyq
|
||||||
- ctop
|
- ctop
|
||||||
- dconf
|
- dconf
|
||||||
|
- debugger
|
||||||
|
- delta
|
||||||
|
- discord
|
||||||
- docker
|
- docker
|
||||||
|
- flameshot
|
||||||
|
- fonts
|
||||||
- fzf
|
- fzf
|
||||||
- github-cli
|
|
||||||
- gnome-tweak-tools
|
|
||||||
- git
|
- git
|
||||||
|
- github-cli
|
||||||
|
- github-desktop
|
||||||
|
- gnome-tweak-tools
|
||||||
|
- google-chrome
|
||||||
- htop
|
- htop
|
||||||
- jq
|
- jq
|
||||||
|
- kdenlive
|
||||||
- mysql-client
|
- mysql-client
|
||||||
- npm
|
|
||||||
- neovim
|
- neovim
|
||||||
- neovim-lsp
|
- neovim-lsp
|
||||||
- neovim-packer
|
- neovim-packer
|
||||||
- notion-app
|
- notion-app
|
||||||
|
- npm
|
||||||
|
- obs-studio
|
||||||
|
- pdf-arranger
|
||||||
- platformsh-cli
|
- platformsh-cli
|
||||||
|
- pocketcasts
|
||||||
|
- postman
|
||||||
|
- projects
|
||||||
- pulumi
|
- pulumi
|
||||||
- pv
|
- pv
|
||||||
- ripgrep
|
- ripgrep
|
||||||
- tldr
|
|
||||||
- tree
|
|
||||||
- tmux
|
|
||||||
- tmuxinator
|
|
||||||
- zsh
|
|
||||||
- zsh-antigen
|
|
||||||
|
|
||||||
# Flatpaks
|
|
||||||
- discord
|
|
||||||
- flameshot
|
|
||||||
- github-desktop
|
|
||||||
- google-chrome
|
|
||||||
- kdenlive
|
|
||||||
- obs-studio
|
|
||||||
- pdf-arranger
|
|
||||||
- pocketcasts
|
|
||||||
- postman
|
|
||||||
- skype
|
- skype
|
||||||
- slack
|
- slack
|
||||||
|
- ssh
|
||||||
|
- stylua
|
||||||
- teams
|
- teams
|
||||||
|
- tldr
|
||||||
|
- tmux
|
||||||
|
- tmuxinator
|
||||||
- todoist
|
- todoist
|
||||||
|
- tree
|
||||||
- vlc
|
- vlc
|
||||||
- zoom
|
- zoom
|
||||||
|
- zsh
|
||||||
- fonts
|
- zsh-antigen
|
||||||
- projects
|
|
||||||
|
|
||||||
- debugger
|
|
||||||
|
|
3
roles/delta/meta/main.yaml
Normal file
3
roles/delta/meta/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- role: cargo
|
3
roles/stylua/meta/main.yaml
Normal file
3
roles/stylua/meta/main.yaml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
dependencies:
|
||||||
|
- role: cargo
|
Loading…
Add table
Add a link
Reference in a new issue