wip
This commit is contained in:
parent
2a41666f7c
commit
2983ccdf36
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ for name, user_config in node.metadata.get('users').items():
|
||||||
},
|
},
|
||||||
join(user_config['home'], '.zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions'): {
|
join(user_config['home'], '.zsh/oh-my-zsh/custom/plugins/zsh-autosuggestions'): {
|
||||||
'owner': name,
|
'owner': name,
|
||||||
|
'needs': [
|
||||||
|
f"git_deploy:{join(user_config['home'], '.zsh/oh-my-zsh')}",
|
||||||
|
]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue