We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6ab9 commit e82b088Copy full SHA for e82b088
ansible_osx.yml
@@ -35,12 +35,14 @@
35
- notion
36
- notion-calendar
37
- font-jetbrains-mono
38
+ - postman
39
40
- name: "Install homebrew packages"
41
community.general.homebrew:
42
name: [
43
'autoconf',
44
'automake',
45
+ 'bat',
46
'coreutils',
47
'curl',
48
'gnu-time',
@@ -65,7 +67,6 @@
65
67
'tmux',
66
68
'unzip',
69
'vim',
- 'yarn',
70
'zlib',
71
'zsh',
72
]
0 commit comments