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.
23 lines
334 B
YAML
23 lines
334 B
YAML
---
|
|
- hosts: windows
|
|
|
|
roles:
|
|
- role: powershell
|
|
- role: neovim
|
|
- role: system-info
|
|
|
|
- role: ag
|
|
- role: fzf
|
|
- role: git
|
|
- role: tree
|
|
|
|
- role: llvm
|
|
- role: nodejs
|
|
- role: python
|
|
|
|
- role: 1password
|
|
- role: autohotkey
|
|
- role: firefox
|
|
- role: obsidian
|
|
- role: windows-terminal
|