restructuring for easier maintenance
- creating src packages when things can't be installed via actual system package - neovim srcpkg is being worked on now
This commit is contained in:
9
tasks/pkgs/Darwin/ghostty.yml
Normal file
9
tasks/pkgs/Darwin/ghostty.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: append ghostty to caskpkgs
|
||||
set_fact:
|
||||
caskpkgs: "{{ caskpkgs + [ 'ghostty' ] }}"
|
||||
tags:
|
||||
- MacOS
|
||||
- brew
|
||||
- package
|
||||
- terminal
|
||||
Reference in New Issue
Block a user