dotfiles/main.yaml

23 lines
390 B
YAML
Raw Normal View History

---
- hosts: localhost
roles:
2022-01-06 07:26:35 +00:00
- role: alacritty
tags:
- "skip-if-wsl"
- role: ctop
- role: dconf
- role: docker
- role: fzf
2022-03-30 22:18:35 +00:00
- role: gnome-tweak-tools
2022-01-06 07:26:35 +00:00
- role: git
- role: htop
- role: neovim
- role: neovim-lsp
2022-03-30 22:18:35 +00:00
- role: npm
2022-01-06 07:26:35 +00:00
- role: pv
- role: ripgrep
2022-03-30 22:18:35 +00:00
- role: tldr
2022-01-06 07:26:35 +00:00
- role: tmux
- role: zsh
- role: zsh-antigen