Skip to content

Commit

Permalink
inc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcreasy committed Dec 19, 2023
1 parent 3eea422 commit bbc7f98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
clone: true
accept_newhostkey: true

- name: Checkout powerlevel10k omz theme
ansible.builtin.git:
repo: 'https://github.com/romkatv/powerlevel10k.git'
version: master
dest: '{{ ansible_env.HOME }}/.oh-my-zsh/custom/themes/powerlevel10k'
update: false
clone: true
accept_newhostkey: true

- name: Copy .zshrc file into place
ansible.builtin.copy:
src: .zshrc
Expand Down

0 comments on commit bbc7f98

Please sign in to comment.