local/Unix.yaml
Kenneth Benzie (Benie) 491a9a07b5 Merge op role into 1password role
Additionally:

* Stop using Chocolatey packages for 1password as they are not up to
  date, instead download and install directly.
* Switch to apt repository on Debian.
* Add zsh completions for macOS and Dabian.
* Add powershell completions for Windows.
2022-08-12 21:16:29 +01:00

24 lines
324 B
YAML

---
- hosts: localhost
roles:
- role: zsh
- role: neovim
- role: tmux
- role: system-info
- 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'