github https
This commit is contained in:
parent
a4e819317b
commit
b2b6f08b86
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ for name, user_config in node.metadata.get('users').items():
|
|||
|
||||
git_deploy = {
|
||||
join(user_config['home'], '.zsh/oh-my-zsh'): {
|
||||
'repo': 'git://github.com/ohmyzsh/ohmyzsh.git',
|
||||
'repo': 'https://github.com/ohmyzsh/ohmyzsh.git',
|
||||
'rev': 'master',
|
||||
},
|
||||
join(user_config['home'], '.zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions'): {
|
||||
'repo': 'git://github.com/zsh-users/zsh-autosuggestions.git',
|
||||
'repo': 'https://github.com/zsh-users/zsh-autosuggestions.git',
|
||||
'rev': 'master',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue