Add wezterm role for Windows
This commit is contained in:
parent
c2d03c503a
commit
df330b6a73
@ -13,4 +13,4 @@
|
|||||||
- role: obsidian
|
- role: obsidian
|
||||||
- role: powertoys
|
- role: powertoys
|
||||||
- role: windows-terminal
|
- role: windows-terminal
|
||||||
# TODO: wezterm
|
- role: wezterm
|
||||||
|
10
roles/wezterm/tasks/Windows.yaml
Normal file
10
roles/wezterm/tasks/Windows.yaml
Normal 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'
|
2
roles/wezterm/tasks/main.yaml
Normal file
2
roles/wezterm/tasks/main.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
- include_tasks: '{{ansible_os_family}}.yaml'
|
Loading…
x
Reference in New Issue
Block a user