Feat: import tmux config
This commit is contained in:
19
tmux/.tmuxp/bopytex.yml
Normal file
19
tmux/.tmuxp/bopytex.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
session_name: bopytex
|
||||
start_directory: ~/scripts/Bopytex/
|
||||
|
||||
|
||||
windows:
|
||||
- window_name: Editor
|
||||
focus: true
|
||||
panes:
|
||||
- nvim
|
||||
- window_name: Server
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- window_name: Testing
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- source ~/.venv/bopytex/bin/activate.fish
|
||||
- source ~/.venv/bopytex/bin/activate.fish
|
||||
19
tmux/.tmuxp/enseignement.yml
Normal file
19
tmux/.tmuxp/enseignement.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
session_name: enseignement
|
||||
start_directory: ~/Cours/2020-2021/Contenus/
|
||||
shell_command_before: source config.fish
|
||||
|
||||
windows:
|
||||
- window_name: Editor
|
||||
focus: true
|
||||
panes:
|
||||
- nvim
|
||||
- window_name: Commands
|
||||
layout: tiled
|
||||
panes:
|
||||
- git status
|
||||
- blank
|
||||
- vifm . .
|
||||
- window_name: Notes
|
||||
focus: true
|
||||
panes:
|
||||
- cd ../Notes
|
||||
16
tmux/.tmuxp/mail.yml
Normal file
16
tmux/.tmuxp/mail.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
session_name: mail
|
||||
|
||||
windows:
|
||||
- window_name: Opytex
|
||||
focus: true
|
||||
panes:
|
||||
- neomutt
|
||||
- window_name: Bjb
|
||||
panes:
|
||||
- neomutt -F ~/.config/mutt/benjamin.jm.bertrand@gmail.com.muttrc
|
||||
- window_name: lafrite26
|
||||
panes:
|
||||
- neomutt -F ~/.config/mutt/lafrite26@gmail.com.muttrc
|
||||
- window_name: tools
|
||||
panes:
|
||||
- blank
|
||||
19
tmux/.tmuxp/mapytex.yml
Normal file
19
tmux/.tmuxp/mapytex.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
session_name: mapytex
|
||||
start_directory: ~/scripts/Mapytex/
|
||||
|
||||
|
||||
windows:
|
||||
- window_name: Editor
|
||||
focus: true
|
||||
panes:
|
||||
- nvim
|
||||
- window_name: Server
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- window_name: Testing
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- source ~/.venv/mapytex/bin/activate.fish
|
||||
- source ~/.venv/mapytex/bin/activate.fish
|
||||
20
tmux/.tmuxp/viescopytex.yml
Normal file
20
tmux/.tmuxp/viescopytex.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
session_name: viescopytex
|
||||
start_directory: ~/scripts/viescopytex/
|
||||
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