Also install ag
This commit is contained in:
parent
5d1f53e6b1
commit
a422ab1125
10
tasks.yaml
10
tasks.yaml
@ -10,9 +10,17 @@
|
|||||||
become: true
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- zsh-doc
|
|
||||||
- pinentry-curses
|
- pinentry-curses
|
||||||
|
- silversearcher-ag
|
||||||
- unzip
|
- unzip
|
||||||
|
- zsh-doc
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: zsh install macOS packages
|
||||||
|
when: ansible_os_family == "Darwin"
|
||||||
|
become: false
|
||||||
|
homebrew:
|
||||||
|
name: the_silver_searcher
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: zsh clone plugin repos
|
- name: zsh clone plugin repos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user