Add ZSH to installable programs #27

Merged
noah.knegt merged 3 commits from zsh into master 2023-05-31 14:58:52 +02:00
2 changed files with 196 additions and 0 deletions
Showing only changes of commit 7576ef5445 - Show all commits

View File

@@ -17,7 +17,7 @@
git:
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
dest: /home/noahk/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
update: yes
update: true
- name: Install zsh-autosuggestions
become: true
@@ -25,7 +25,7 @@
git:
repo: https://github.com/zsh-users/zsh-autosuggestions.git
dest: /home/noahk/.oh-my-zsh/custom/plugins/zsh-autosuggestions
update: yes
update: true
- name: Install starship
become: true