Insttall tmuxinator for session saving

This commit is contained in:
Jake Howard 2019-05-12 11:49:20 +01:00
parent 3aeecf294d
commit 808452f50c
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,10 @@
name: ctf_deploy
root: ~/
windows:
- ctf_deploy:
layout: even-vertical
panes:
- ssh ctf6
- ssh ctf7
- ssh ctf8

View file

@ -29,6 +29,7 @@
- 'terminator'
- 'thefuck'
- 'tmux'
- 'ruby-tmuxinator'
- 'zsh'
- 'zsh-completions'
- 'zsh-doc'
@ -94,3 +95,11 @@
dest: '{{ home }}/.config/terminator/config'
mode: 0644
owner: "{{ user }}"
- copy:
src: ./files/tmuxinator
dest: "{{ home }}/.config/tmuxinator"
mode: 0755
owner: "{{ user }}"
group: users
directory_mode: true