Compare commits

...

2 Commits

Author SHA1 Message Date
37d89c475e Add hiddenbar role for macOS 2023-10-10 21:12:05 +01:00
fa0cf04d8f Fix kitty role on macOS 2023-10-10 21:11:50 +01:00
3 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,7 @@
roles:
- role: mas
- role: hiddenbar
- role: iterm
- role: kitty
- role: magnet

View File

@ -0,0 +1,8 @@
---
- assert:
that: ansible_os_family == 'Darwin'
- name: install homebrew package
homebrew_cask:
name: hiddenbar
state: latest

View File

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