Compare commits

...

1 Commits

Author SHA1 Message Date
5a8ebeecaa Also install ag 2022-02-19 11:12:21 +00:00

View File

@ -10,9 +10,17 @@
become: true
apt:
name:
- zsh-doc
- pinentry-curses
- silversearcher-ag
- unzip
- zsh-doc
state: present
- name: zsh install macOS packages
when: ansible_os_family == "Darwin"
become: false
brew:
name: the_silver_searcher
state: present
- name: zsh clone plugin repos