Feat: remplace tmuxinator by tmuxp and add configfiles

This commit is contained in:
2019-05-12 06:40:24 +02:00
parent 512a4e2fd1
commit 19ac121700
5 changed files with 69 additions and 32 deletions

View File

@@ -0,0 +1,15 @@
session_name: enseignement
start_directory: /media/documents/Cours/Prof/Enseignements/2018-2019/
shell_command_before: source config.fish
windows:
- window_name: Editor
focus: true
panes:
- vim -c NERDTree
- window_name: server
layout: main-vertical
panes:
- blank
- blank

View File

@@ -0,0 +1,10 @@
session_name: mail
windows:
- window_name: Editor
focus: true
panes:
- neomutt
- window_name: server
panes:
- neomutt

View File

@@ -0,0 +1,20 @@
session_name: mapytex
start_directory: ~/scripts/Mapytex/
shell_command_before: source venv/bin/activate.fish
windows:
- window_name: Editor
focus: true
panes:
- vim -c NERDTree
- window_name: Server
layout: main-vertical
panes:
- git fetch && git status
- tig
- window_name: Testing
layout: main-vertical
panes:
- blank
- blank