Add wezterm role for Windows

This commit is contained in:
Kenneth Benzie 2024-11-08 22:07:27 +00:00
parent c2d03c503a
commit df330b6a73
3 changed files with 13 additions and 1 deletions

View File

@ -13,4 +13,4 @@
- role: obsidian
- role: powertoys
- role: windows-terminal
# TODO: wezterm
- role: wezterm

View File

@ -0,0 +1,10 @@
---
- name: install chocolatey package
win_chocolatey:
name: wezterm
state: latest
- name: clone config repo
win_git:
repo: git@git.infektor.net:config/wezterm.git
dest: '{{ansible_env.USERPROFILE}}/.config/wezterm'

View File

@ -0,0 +1,2 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'