Add neovide role

This commit is contained in:
Kenneth Benzie 2025-07-29 12:39:18 +01:00
parent 4bc647bcad
commit 6882a9dda3
3 changed files with 16 additions and 0 deletions

View File

@ -14,3 +14,4 @@
- role: powertoys
- role: windows-terminal
- role: wezterm
- role: neovide

View File

@ -16,6 +16,7 @@
- role: iterm
# TODO: Reenable this once kitty OSC 52 bug is fixed
# - role: kitty
- role: neovide
- role: magnet
- role: windows-app
- role: viscosity

View File

@ -0,0 +1,14 @@
---
- name: install homebrew package
when: ansible_os_family == 'Darwin'
homebrew_cask:
name: neovide-app
state: latest
- name: install winget package
when: ansible_os_family == 'Winodws'
win_winget:
name: Neovide.Neovide
state: latest
# TODO: install linux package