Add neovide role
This commit is contained in:
parent
4bc647bcad
commit
6882a9dda3
@ -14,3 +14,4 @@
|
|||||||
- role: powertoys
|
- role: powertoys
|
||||||
- role: windows-terminal
|
- role: windows-terminal
|
||||||
- role: wezterm
|
- role: wezterm
|
||||||
|
- role: neovide
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
- role: iterm
|
- role: iterm
|
||||||
# TODO: Reenable this once kitty OSC 52 bug is fixed
|
# TODO: Reenable this once kitty OSC 52 bug is fixed
|
||||||
# - role: kitty
|
# - role: kitty
|
||||||
|
- role: neovide
|
||||||
- role: magnet
|
- role: magnet
|
||||||
- role: windows-app
|
- role: windows-app
|
||||||
- role: viscosity
|
- role: viscosity
|
||||||
|
14
roles/neovide/tasks/main.yaml
Normal file
14
roles/neovide/tasks/main.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user