bundles/users: also deploy tmux config

This commit is contained in:
Franzi 2020-03-28 12:40:37 +01:00
parent d7ca23d57e
commit 810c2cfcf8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 43 additions and 0 deletions

View file

@ -51,6 +51,10 @@ for username, attrs in node.metadata['users'].items():
else:
files[home + '/.ssh/authorized_keys'] = {'delete': True}
files[home + '/.tmux.conf'] = {
'content_type': 'mako',
'source': 'tmux.conf',
}
files[home + '/.config/fish/config.fish'] = {
'content_type': 'mako',
}