Skip to content

Commit

Permalink
feat(zsh): added zsh autosuggestions and highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Mar 29, 2024
1 parent a4caad8 commit 4bec018
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,13 @@
when:
- zsh_os_config is defined
- zsh_os_config.stat.exists

- name: "ZSH | zsh-autosuggestions"
ansible.builtin.git:
repo: https://github.com/zsh-users/zsh-autosuggestions # noqa: latest
dest: "{{ ansible_user_dir }}/.oh-my-zsh/custom/plugins/zsh-autosuggestions"

- name: "ZSH | zsh-syntax-highlighting"
ansible.builtin.git:
repo: https://github.com/zsh-users/zsh-syntax-highlighting # noqa: latest
dest: "{{ ansible_user_dir }}/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"

0 comments on commit 4bec018

Please sign in to comment.