Insttall tmuxinator for session saving
This commit is contained in:
parent
3aeecf294d
commit
808452f50c
2 changed files with 19 additions and 0 deletions
10
files/tmuxinator/ctf_deploy.yaml
Normal file
10
files/tmuxinator/ctf_deploy.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: ctf_deploy
|
||||||
|
root: ~/
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- ctf_deploy:
|
||||||
|
layout: even-vertical
|
||||||
|
panes:
|
||||||
|
- ssh ctf6
|
||||||
|
- ssh ctf7
|
||||||
|
- ssh ctf8
|
|
@ -29,6 +29,7 @@
|
||||||
- 'terminator'
|
- 'terminator'
|
||||||
- 'thefuck'
|
- 'thefuck'
|
||||||
- 'tmux'
|
- 'tmux'
|
||||||
|
- 'ruby-tmuxinator'
|
||||||
- 'zsh'
|
- 'zsh'
|
||||||
- 'zsh-completions'
|
- 'zsh-completions'
|
||||||
- 'zsh-doc'
|
- 'zsh-doc'
|
||||||
|
@ -94,3 +95,11 @@
|
||||||
dest: '{{ home }}/.config/terminator/config'
|
dest: '{{ home }}/.config/terminator/config'
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: "{{ user }}"
|
owner: "{{ user }}"
|
||||||
|
|
||||||
|
- copy:
|
||||||
|
src: ./files/tmuxinator
|
||||||
|
dest: "{{ home }}/.config/tmuxinator"
|
||||||
|
mode: 0755
|
||||||
|
owner: "{{ user }}"
|
||||||
|
group: users
|
||||||
|
directory_mode: true
|
||||||
|
|
Loading…
Reference in a new issue