Refact: move dotfiles to specific folder and split dotfile in 2

This commit is contained in:
2019-05-11 11:03:34 +02:00
parent 5eab1b8cb2
commit 686c46a1e7
39 changed files with 314 additions and 28 deletions

View 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

View 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:
-
-

View 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

View 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:
-
-

View 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:
-
-

View 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:
-
-

View 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

View 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

View 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

View 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

View 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

View 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