This commit is contained in:
mwiegand 2021-07-06 22:28:30 +02:00
parent 2a41666f7c
commit 2983ccdf36

View file

@ -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'): {
'owner': name,
'needs': [
f"git_deploy:{join(user_config['home'], '.zsh/oh-my-zsh')}",
]
},
}