File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
copy :
21
21
dest : " /home/{{ user }}/.zshrc"
22
22
content : |
23
- # Basic .zshrc to prevent zsh-newuser-install prompt
24
23
# Path to your Oh My Zsh installation.
25
24
export ZSH="$HOME/.oh-my-zsh"
26
25
export PATH=$PATH:$HOME/.local/bin
58
57
chdir : " /home/{{ user }}"
59
58
environment :
60
59
HOME : " /home/{{ user }}"
60
+ RUNZSH : " no"
61
61
62
62
- name : Ensure custom plugins directory exists
63
63
file :
69
69
- name : Clone zsh-syntax-highlighting plugin
70
70
git :
71
71
repo : https://github.com/zsh-users/zsh-syntax-highlighting.git
72
- dest : " {{ zsh_custom }}/plugins/zsh-syntax-highlighting"
72
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/zsh-syntax-highlighting"
73
73
update : yes
74
74
75
75
- name : Clone zsh-autosuggestions plugin
76
76
git :
77
77
repo : https://github.com/zsh-users/zsh-autosuggestions.git
78
- dest : " {{ zsh_custom }}/plugins/zsh-autosuggestions"
78
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/zsh-autosuggestions"
79
79
update : yes
80
80
81
81
- name : Clone zsh-history-substring-search plugin
82
82
git :
83
83
repo : https://github.com/zsh-users/zsh-history-substring-search.git
84
- dest : " {{ zsh_custom }}/plugins/zsh-history-substring-search"
84
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/zsh-history-substring-search"
85
85
update : yes
86
86
87
87
- name : Clone you-should-use plugin
88
88
git :
89
89
repo : https://github.com/MichaelAquilina/zsh-you-should-use.git
90
- dest : " {{ zsh_custom }}/plugins/you-should-use"
90
+ dest : " /home/ {{ ansible_user }}/.oh-my-zsh/custom /plugins/you-should-use"
91
91
update : yes
92
92
93
93
- name : Ensure .local/bin directory exists
You can’t perform that action at this time.
0 commit comments