Refact: move dotfiles to specific folder and split dotfile in 2
This commit is contained in:
43
files/dotfiles/tmuxinator/bopytex.yml
Normal file
43
files/dotfiles/tmuxinator/bopytex.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: bopytex
|
||||
root: ~/scripts/Bopytex
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon bopytex
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
39
files/dotfiles/tmuxinator/enseignement.yml
Normal file
39
files/dotfiles/tmuxinator/enseignement.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
# ~/.tmuxinator/marbenj_sigal.yml
|
||||
|
||||
name: enseignement
|
||||
root: /home/lafrite/Cours/Prof/Enseignements/2018-2019/
|
||||
#root: /media/documents/Cours/Prof/Enseignements
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
# pre: workon marbenj_sigal
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: . ./config.sh
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t marbenj_sigal
|
||||
|
||||
windows:
|
||||
- editor: vim -c NERDTree
|
||||
- server:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
-
|
||||
-
|
||||
43
files/dotfiles/tmuxinator/mapytex.yml
Normal file
43
files/dotfiles/tmuxinator/mapytex.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: mapytex
|
||||
root: ~/scripts/Mapytex/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: source .venv/bin/activate
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim -c NERDTree
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
38
files/dotfiles/tmuxinator/marbenj_sigal.yml
Normal file
38
files/dotfiles/tmuxinator/marbenj_sigal.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# ~/.tmuxinator/marbenj_sigal.yml
|
||||
|
||||
name: marbenj_sigal
|
||||
root: /media/documents/marbenj/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
#pre: workon marbenj_sigal
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon marbenj_sigal
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t marbenj_sigal
|
||||
|
||||
windows:
|
||||
- editor: vim
|
||||
- server:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
-
|
||||
-
|
||||
38
files/dotfiles/tmuxinator/marbenj_sigal_dev.yml
Normal file
38
files/dotfiles/tmuxinator/marbenj_sigal_dev.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# ~/.tmuxinator/marbenj_sigal.yml
|
||||
|
||||
name: marbenj_sigal
|
||||
root: ~/scripts/marbenj_signal
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
#pre: workon marbenj_sigal
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon marbenj_sigal
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t marbenj_sigal
|
||||
|
||||
windows:
|
||||
- editor: vim
|
||||
- server:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
-
|
||||
-
|
||||
38
files/dotfiles/tmuxinator/marksEditor.yml
Normal file
38
files/dotfiles/tmuxinator/marksEditor.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# ~/.tmuxinator/marbenj_sigal.yml
|
||||
|
||||
name: markseditor
|
||||
root: ~/scripts/marksEditor
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
#pre: workon marbenj_sigal
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon marksEditor
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t marbenj_sigal
|
||||
|
||||
windows:
|
||||
- editor: vim
|
||||
- server:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
-
|
||||
-
|
||||
43
files/dotfiles/tmuxinator/notes_analysis.yml
Normal file
43
files/dotfiles/tmuxinator/notes_analysis.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: notes_analysis
|
||||
root: ~/scripts/notes_analysis/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon notes_analysis
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
43
files/dotfiles/tmuxinator/opytex.yml
Normal file
43
files/dotfiles/tmuxinator/opytex.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: opytex
|
||||
root: ~/scripts/Opytex
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon opytex
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
43
files/dotfiles/tmuxinator/pymath.yml
Normal file
43
files/dotfiles/tmuxinator/pymath.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: pymath
|
||||
root: ~/scripts/pyMath/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon pymath
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
43
files/dotfiles/tmuxinator/pytex.yml
Normal file
43
files/dotfiles/tmuxinator/pytex.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: Pytex
|
||||
root: ~/scripts/Pytex
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon pytex
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
43
files/dotfiles/tmuxinator/repytex.yml
Normal file
43
files/dotfiles/tmuxinator/repytex.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
# ~/.tmuxinator/pymath.yml
|
||||
|
||||
name: repytex
|
||||
root: ~/scripts/Repytex/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon repytex
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t pymath
|
||||
|
||||
windows:
|
||||
- editor:
|
||||
- vim
|
||||
- giting:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- git fetch && git status
|
||||
- tig
|
||||
- testing:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- #empty
|
||||
- #empty
|
||||
38
files/dotfiles/tmuxinator/site_opytex.yml
Normal file
38
files/dotfiles/tmuxinator/site_opytex.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
# ~/.tmuxinator/site_opytex.yml
|
||||
|
||||
name: site_opytex
|
||||
root: ~/scripts/site_opytex/
|
||||
|
||||
# Optional tmux socket
|
||||
# socket_name: foo
|
||||
|
||||
# Runs before everything. Use it to start daemons etc.
|
||||
# pre: sudo /etc/rc.d/mysqld start
|
||||
|
||||
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
|
||||
# pre_window: rbenv shell 2.0.0-p247
|
||||
pre_window: workon site_opytex
|
||||
|
||||
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
|
||||
# tmux_options: -f ~/.tmux.mac.conf
|
||||
|
||||
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
|
||||
# tmux_command: byobu
|
||||
|
||||
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
|
||||
# startup_window: logs
|
||||
|
||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
||||
# attach: false
|
||||
|
||||
# Runs after everything. Use it to attach to tmux with custom options etc.
|
||||
# post: tmux -CC attach -t site_opytex
|
||||
|
||||
windows:
|
||||
- editor: vim
|
||||
- server:
|
||||
layout: main-vertical
|
||||
panes:
|
||||
- cd output && python -m http.server
|
||||
-
|
||||
- git: tig
|
||||
Reference in New Issue
Block a user