Skip to content

Commit

Permalink
randomize zsh theme
Browse files Browse the repository at this point in the history
  • Loading branch information
benmangold committed Sep 13, 2020
1 parent 87d0550 commit dca89e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/tools/oh-my-zsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
- name: Install oh-my-zsh
shell: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
become_user: "{{ user }}"

- name: randomize zsh theme
shell: sed -i 's/robbyrussell/random/g' ~/.zshrc
become_user: "{{ user }}"

0 comments on commit dca89e1

Please sign in to comment.