1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-29 11:58:33 +02:00

ansible: add tmux symlink

This commit is contained in:
bretello 2022-03-25 09:26:27 +01:00
parent c5be7e7f0c
commit 6235cfb737
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -70,6 +70,7 @@
loop: '{{ files | dict2items }}' loop: '{{ files | dict2items }}'
vars: vars:
files: files:
'tmux.conf': '~/.tmux.conf'
'vim/vimrc': '~/.vimrc' 'vim/vimrc': '~/.vimrc'
'pdbrc.py': '~/.pdbrc.py' 'pdbrc.py': '~/.pdbrc.py'
# "ipython": "~/.ipython" # FIXME: ipython config is more complex # "ipython": "~/.ipython" # FIXME: ipython config is more complex