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.
24 lines
324 B
YAML
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'
|