Add macOS support to kitty role
This commit is contained in:
parent
54b3c4edfe
commit
253cf462b3
@ -9,6 +9,7 @@
|
|||||||
- role: mas
|
- role: mas
|
||||||
|
|
||||||
- role: iterm
|
- role: iterm
|
||||||
|
- role: kitty
|
||||||
- role: magnet
|
- role: magnet
|
||||||
- role: microsoft-remote-desktop
|
- role: microsoft-remote-desktop
|
||||||
- role: viscosity
|
- role: viscosity
|
||||||
|
5
roles/kitty/tasks/Darwin.yaml
Normal file
5
roles/kitty/tasks/Darwin.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: install homebrew package
|
||||||
|
homebrew:
|
||||||
|
name: kitty
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user