diff --git a/playbooks/macOS.yaml b/playbooks/macOS.yaml index a255a0e..39f37d6 100644 --- a/playbooks/macOS.yaml +++ b/playbooks/macOS.yaml @@ -9,6 +9,7 @@ - role: mas - role: iterm + - role: kitty - role: magnet - role: microsoft-remote-desktop - role: viscosity diff --git a/roles/kitty/tasks/Darwin.yaml b/roles/kitty/tasks/Darwin.yaml new file mode 100644 index 0000000..2f36a47 --- /dev/null +++ b/roles/kitty/tasks/Darwin.yaml @@ -0,0 +1,5 @@ +--- +- name: install homebrew package + homebrew: + name: kitty + state: latest