Compare commits
2 Commits
54b3c4edfe
...
9fef9403b3
Author | SHA1 | Date | |
---|---|---|---|
9fef9403b3 | |||
253cf462b3 |
@ -9,6 +9,7 @@
|
||||
- role: mas
|
||||
|
||||
- role: iterm
|
||||
- role: kitty
|
||||
- role: magnet
|
||||
- role: microsoft-remote-desktop
|
||||
- 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user