fixing and adding packages
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: append ghostty to caskpkgs
|
||||
set_fact:
|
||||
caskpkgs: "{{ (caskpkgs | default([])) + [ 'ghostty' ] }}"
|
||||
caskpkgs: "{{ caskpkgs + [ 'ghostty' ] }}"
|
||||
tags:
|
||||
- MacOS
|
||||
- brew
|
||||
|
||||
Reference in New Issue
Block a user