Compare commits

..

2 Commits

3 changed files with 13 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- role: mas
- role: iterm
- role: kitty
- role: magnet
- role: microsoft-remote-desktop
- role: viscosity

View File

@ -0,0 +1,5 @@
---
- name: install homebrew package
homebrew:
name: kitty
state: latest

View File

@ -6,6 +6,12 @@
state: latest
- set_fact:
neovim_pip_packages: '{{neovim_pip_packages + ["pynvim"]}}'
neovim_pip_packages: >
{{
neovim_pip_packages + [
"pynvim",
"greenlet"
]
}}
- include_tasks: Unix.yaml