local/Unix.yaml

25 lines
366 B
YAML

---
- hosts: localhost
roles:
- role: zsh
- role: neovim
- role: tmux
- role: system-info
when: '"WSL" not in ansible_kernel'
- role: ag
- role: bat
- role: fzf
- role: git
- role: tree
- role: llvm
- role: nodejs
- role: python
- role: 1password
- role: wsl
when: '"WSL" in ansible_kernel'