Add missing tmux dotfile symlink
This commit is contained in:
parent
a5aa039671
commit
4103f73de3
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@
|
|||
src: '{{ ansible_env.HOME }}/dotfiles/.profile',
|
||||
dest: '{{ ansible_env.HOME }}/.profile',
|
||||
}
|
||||
- {
|
||||
src: '{{ ansible_env.HOME }}/dotfiles/.tmux.conf',
|
||||
dest: '{{ ansible_env.HOME }}/.tmux.conf',
|
||||
}
|
||||
- {
|
||||
src: '{{ ansible_env.HOME }}/dotfiles/.gitignore',
|
||||
dest: '{{ ansible_env.HOME }}/.gitignore',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue