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:
8
tasks/pkgs/Darwin/stow.yml
Normal file
8
tasks/pkgs/Darwin/stow.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: append stow to brewpkgs
|
||||
set_fact:
|
||||
brewpkgs: "{{ brewpkgs + [ 'stow' ]}}"
|
||||
tags:
|
||||
- MacOS
|
||||
- homebrew
|
||||
- package
|
||||
Reference in New Issue
Block a user