Feat: remplace tmuxinator by tmuxp and add configfiles
This commit is contained in:
15
files/dotfiles/tmuxp/enseignement.yml
Normal file
15
files/dotfiles/tmuxp/enseignement.yml
Normal 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
|
10
files/dotfiles/tmuxp/mail.yml
Normal file
10
files/dotfiles/tmuxp/mail.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
session_name: mail
|
||||
|
||||
windows:
|
||||
- window_name: Editor
|
||||
focus: true
|
||||
panes:
|
||||
- neomutt
|
||||
- window_name: server
|
||||
panes:
|
||||
- neomutt
|
20
files/dotfiles/tmuxp/mapytex.yml
Normal file
20
files/dotfiles/tmuxp/mapytex.yml
Normal 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
|
Reference in New Issue
Block a user