update oh-my-zsh

This commit is contained in:
Gianmarco Pettinato 2021-12-25 18:28:03 +01:00
parent d4473e1aa7
commit 76f8480ce5
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
when: zsh_dir.stat.exists
- name: install oh my zsh
become: true
become_user: gianm
when: not zsh_dir.stat.exists
shell: sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"