11 Commits

Author SHA1 Message Date
08af0f00b6 Add CAD software to Windows playbook
The `autodesk-fusion360` and `prusiaslicer` roles are added to the
`Windows.yaml` playbook but disabled by default behind the
`install_cad_apps` flag. To enable them create a `~/.config/local.yaml`
file with the following:

```yaml
- import_playbook: local/Windows.yaml
  vars:
    install_cad_apps: true
```
2022-11-06 15:54:54 +00:00
833f9a25ef Add powertoys role for Windows 2022-10-31 23:26:07 +00:00
1fbdcdd487 Include jq, yq, and jp in relevant playbooks 2022-10-30 23:23:48 +00:00
7404c0ae59 Add curl role 2022-09-10 16:29:27 +01:00
31eba75038 On Windows move git role to the beginning 2022-09-10 11:52:07 +01:00
76b6d63064 Improve bat role 2022-08-27 17:40:00 +01:00
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
c596fcb87a Split out fzf from zsh into its own role 2022-06-18 22:09:56 +01:00
651909ff71 Add op role for Linux, macOS, and Windows 2022-06-05 20:38:48 +01:00
01c1ca74a3 Add WSL playbook to run Unix and Windows 2022-06-03 21:13:01 +01:00
d1cfa8c98e Add obsidian role for macOS and Windows 2022-05-24 20:41:34 +01:00