File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
- name : Clone zsh-syntax-highlighting plugin
65
65
git :
66
66
repo : https://github.com/zsh-users/zsh-syntax-highlighting.git
67
- dest : " {{ zsh_custom }}/plugins/zsh-syntax-highlighting"
67
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/zsh-syntax-highlighting"
68
68
update : yes
69
69
70
70
- name : Clone zsh-autosuggestions plugin
71
71
git :
72
72
repo : https://github.com/zsh-users/zsh-autosuggestions.git
73
- dest : " {{ zsh_custom }}/plugins/zsh-autosuggestions"
73
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/zsh-autosuggestions"
74
74
update : yes
75
75
76
76
- name : Clone zsh-history-substring-search plugin
77
77
git :
78
78
repo : https://github.com/zsh-users/zsh-history-substring-search.git
79
- dest : " {{ zsh_custom }}/plugins/zsh-history-substring-search"
79
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/zsh-history-substring-search"
80
80
update : yes
81
81
82
82
- name : Clone you-should-use plugin
83
83
git :
84
84
repo : https://github.com/MichaelAquilina/zsh-you-should-use.git
85
- dest : " {{ zsh_custom }}/plugins/you-should-use"
85
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/you-should-use"
86
86
update : yes
87
87
88
88
- name : Ensure .local/bin directory exists
You can’t perform that action at this time.
0 commit comments