[FIX] patch zshrc plugins

This commit is contained in:
Jannik Beyerstedt 2019-10-20 22:41:00 +02:00 committed by Jannik Beyerstedt
parent 502ab9f1f2
commit 448fed335b
3 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
- { src: '{{ role_path }}/files/dotfiles/_vimrc', dest: '.vimrc' }
- { src: '{{ role_path }}/files/dotfiles/_zshrc', dest: '.zshrc' }
- { src: '{{ role_path }}/files/dotfiles/_oh-my-zsh/custom/themes/agnoster.zsh-theme', dest: '.oh-my-zsh/custom/themes/agnoster.zsh-theme' }
- { src: '{{ role_path }}/files/dotfiles/_oh-my-zsh/custom/themes/jtbx.zsh-theme', dest: '.oh-my-zsh/custom/themes/jtbx.zsh-theme' }
- name: usersettings - Set global gitconfig
copy:
src: "{{ item.src }}"