Skip to content

Commit 4d0c82e

Browse files
committed
added updates for avant
1 parent f5caf13 commit 4d0c82e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ansible_osx.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
ignore_errors: yes
2929
with_items:
3030
# - datagrip
31+
- 1password
32+
- slack
33+
- zoom
34+
- tuple
3135
- docker
3236
- google-chrome
3337
- iterm2
@@ -41,6 +45,7 @@
4145
name: [
4246
'autoconf',
4347
'automake',
48+
'aws-iam-authenticator',
4449
'awscli',
4550
'atuin',
4651
'bfg',
@@ -60,7 +65,8 @@
6065
'unzip',
6166
'zlib',
6267
'zsh',
63-
'tldr'
68+
'tldr',
69+
'derailed/k9s/k9s'
6470
]
6571
state: present
6672
update_homebrew: yes
@@ -167,7 +173,7 @@
167173
touch /Users/{{ lookup('env', 'USER') }}/.ssh/config
168174
# DO THE FOLLOWING
169175
# cd ~/.ssh
170-
# ssh-keygen -t ed25519 -C "hunt.woodie@gmail.com"
176+
# ssh-keygen -t ed25519 -C "aayush.jain@avant.com"
171177
# ssh-add --apple-use-keychain ~/.ssh/github
172178
# pbcopy < ~/.ssh/github.pub
173179
# copy the ssh key to github->settings->ssh keys

0 commit comments

Comments
 (0)