Skip to content

Commit e82b088

Browse files
author
Jose Chirivella
committed
Added a couple of cask, added bat to brew packages to get and removed yarn from list of packages
1 parent e5b6ab9 commit e82b088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible_osx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535
- notion
3636
- notion-calendar
3737
- font-jetbrains-mono
38+
- postman
3839

3940
- name: "Install homebrew packages"
4041
community.general.homebrew:
4142
name: [
4243
'autoconf',
4344
'automake',
45+
'bat',
4446
'coreutils',
4547
'curl',
4648
'gnu-time',
@@ -65,7 +67,6 @@
6567
'tmux',
6668
'unzip',
6769
'vim',
68-
'yarn',
6970
'zlib',
7071
'zsh',
7172
]

0 commit comments

Comments
 (0)