mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
More bits
This commit is contained in:
parent
70ae1cd6b3
commit
919c18f69e
2 changed files with 36 additions and 14 deletions
|
|
@ -105,6 +105,11 @@
|
|||
repo: 'https://github.com/genebean/my-oh-zsh-plugins'
|
||||
dest: "{{ lookup('env', 'HOME') }}/repos/customized-oh-my-zsh/plugins"
|
||||
|
||||
- name: Clone zsh-autosuggestions
|
||||
ansible.builtin.git:
|
||||
repo: 'https://github.com/zsh-users/zsh-autosuggestions'
|
||||
dest: "{{ lookup('env', 'HOME') }}/repos/customized-oh-my-zsh/plugins/zsh-autosuggestions"
|
||||
|
||||
- name: Clone my oh-my-zsh themes
|
||||
ansible.builtin.git:
|
||||
repo: 'https://github.com/genebean/my-oh-zsh-themes'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue