added powershell as a cask to be installed
This commit is contained in:
@ -3,3 +3,9 @@
|
|||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- fzf
|
- fzf
|
||||||
|
|
||||||
|
- name: install homebrew casks
|
||||||
|
homebrew_cask:
|
||||||
|
name: '{{ item }}'
|
||||||
|
with_items:
|
||||||
|
- powershell
|
||||||
|
Reference in New Issue
Block a user