Fancify the editing
setting to allow only audio or only video programs. Move GIMP to Generic so that it's always installed..
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
---
|
||||
# Download packages from Homebrew.
|
||||
# Download packages from Homebrew.
|
||||
# Should this just be done in a Generic view? Is this really mac-specific, or just the facts?
|
||||
# FreeBSD has its own. May be good to keep it separate so it's more to-the-point.
|
||||
|
||||
@ -22,13 +22,19 @@
|
||||
status: present
|
||||
when: coding == true
|
||||
|
||||
- name: Workstation | Mac OS | Software | Brew | Install Packages (Editing)
|
||||
- name: Workstation | Mac OS | Software | Brew | Install Packages (Editing:Video)
|
||||
package:
|
||||
name:
|
||||
- shotcut
|
||||
status: present
|
||||
when: editing in (true, "video")
|
||||
|
||||
- name: Workstation | Mac OS | Software | Brew | Install Packages (Editing:Audio)
|
||||
package:
|
||||
name:
|
||||
- audacity
|
||||
- shotcut
|
||||
status: present
|
||||
when: editing == true
|
||||
when: editing in (true, "audio")
|
||||
|
||||
- name: Workstation | Mac OS | Software | Brew | Install Packages (Gaming)
|
||||
package:
|
||||
|
Reference in New Issue
Block a user