[ansible] signal and syncthing

pull/28/head
Alpha Chen 5 years ago
parent 900dcc6731
commit a4b8a54a0b

@ -35,6 +35,7 @@
- reattach-to-user-namespace
- ripgrep
- ruby-install
- syncthing
- tmux
- tree
- watch
@ -47,6 +48,11 @@
name: universal-ctags/universal-ctags/universal-ctags
install_options: HEAD
- name: start homebrew services
command: brew services start {{ item }}
with_items:
- syncthing
# Not sure if this is needed anymore - was used for installing casks
- name: authenticate sudo
ping:
@ -77,6 +83,7 @@
- quicklook-csv
- quicklook-json
- resilio-sync
- signal
- slack
- vlc
- zoomus

Loading…
Cancel
Save