Skip to content

Commit

Permalink
feat: Add zsh-syntax-highlighting and other zsh tools
Browse files Browse the repository at this point in the history
  • Loading branch information
kpatryk committed Dec 26, 2023
1 parent 2408675 commit 346f47e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions playbook/tasks/install/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,24 @@
- midnight-commander
- rsync
- tree
loop: "{{ formula }}"
community.general.homebrew:
name: "{{ item }}"
tags:
- install-standard

- name: Install ZSH and extensions
vars:
formula:
- zsh
- zsh-autocomplete
- zsh-autosuggestions
- zsh-completions
- zsh-history-substring-search
- zsh-syntax-highlighting
loop: "{{ formula }}"
community.general.homebrew:
name: "{{ item }}"
tags:
- install-standard
- install-zsh

0 comments on commit 346f47e

Please sign in to comment.