Include tasks from tmux config repo

This commit is contained in:
Kenneth Benzie 2022-09-20 13:43:01 +01:00
parent e4a08c843c
commit 8c9af58146

View File

@ -9,31 +9,4 @@
# TODO: - name: set repo email
- name: create layouts directory
file:
state: directory
dest: ~/.local/share/tmux/layouts
- name: create symbolic links
file:
state: link
src: '{{item.src}}'
dest: '{{item.dest}}'
with_items:
- src: ~/.config/tmux/tmux.conf
dest: ~/.tmux.conf
- src: ~/.config/tmux/layouts/session-main
dest: ~/.local/share/tmux/layouts/session-main
- src: ~/.config/tmux/layouts/window-tall
dest: ~/.local/share/tmux/layouts/window-tall
- src: ~/.config/tmux/layouts/window-wide-left
dest: ~/.local/share/tmux/layouts/window-wide-left
- src: ~/.config/tmux/layouts/window-wide-right
dest: ~/.local/share/tmux/layouts/window-wide-right
# TODO: - name: Enable tmux system-info service
# command: system-info/install.sh
# TODO: WSL2 system-info
# when: '"WSL" in ansible_kernel'
# figure out best way to run daemon...
- include_tasks: ~/.config/tmux/tasks.yaml