update tmux config
This commit is contained in:
parent
172e94d2f8
commit
dc7bdfed01
9 changed files with 33 additions and 83 deletions
15
.gitmodules
vendored
Normal file
15
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-sessionx"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-sessionx
|
||||||
|
url = git@github.com:omerxx/tmux-sessionx.git
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-gruvbox"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-gruvbox
|
||||||
|
url = git@github.com:egel/tmux-gruvbox.git
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-resurrect"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-resurrect
|
||||||
|
url = git@github.com:tmux-plugins/tmux-resurrect.git
|
||||||
|
[submodule "tmux/.tmux/plugins/tmux-sensible"]
|
||||||
|
path = tmux/.tmux/plugins/tmux-sensible
|
||||||
|
url = git@github.com:tmux-plugins/tmux-sensible.git
|
||||||
|
[submodule "tmux/.tmux/plugins/tpm"]
|
||||||
|
path = tmux/.tmux/plugins/tpm
|
||||||
|
url = git@github.com:tmux-plugins/tpm.git
|
||||||
|
|
@ -1,48 +1,7 @@
|
||||||
# /home/ipu/.config/tmuxinator/learn-go.yml
|
# /home/ipu/.config/tmuxinator/learn-go.yml
|
||||||
|
|
||||||
name: learn-go
|
name: learn-go
|
||||||
root: ~/Code/my/bootdev/go-learn/
|
root: ~/Code/my/bootdev/go-learn/go-http-server/
|
||||||
|
|
||||||
# Optional tmux socket
|
|
||||||
# socket_name: foo
|
|
||||||
|
|
||||||
# Note that the pre and post options have been deprecated and will be replaced by
|
|
||||||
# project hooks.
|
|
||||||
|
|
||||||
# Project hooks
|
|
||||||
|
|
||||||
# Runs on project start, always
|
|
||||||
# on_project_start: command
|
|
||||||
|
|
||||||
# Run on project start, the first time
|
|
||||||
# on_project_first_start: command
|
|
||||||
|
|
||||||
# Run on project start, after the first time
|
|
||||||
# on_project_restart: command
|
|
||||||
|
|
||||||
# Run on project exit ( detaching from tmux session )
|
|
||||||
# on_project_exit: command
|
|
||||||
|
|
||||||
# Run on project stop
|
|
||||||
# on_project_stop: command
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# 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: editor
|
|
||||||
|
|
||||||
# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
|
|
||||||
# startup_pane: 1
|
|
||||||
|
|
||||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
|
||||||
# attach: false
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- editor:
|
- editor:
|
||||||
|
|
|
||||||
|
|
@ -3,47 +3,6 @@
|
||||||
name: mediaserv
|
name: mediaserv
|
||||||
root: ~/Code/my/mediaserv/
|
root: ~/Code/my/mediaserv/
|
||||||
|
|
||||||
# Optional tmux socket
|
|
||||||
# socket_name: foo
|
|
||||||
|
|
||||||
# Note that the pre and post options have been deprecated and will be replaced by
|
|
||||||
# project hooks.
|
|
||||||
|
|
||||||
# Project hooks
|
|
||||||
|
|
||||||
# Runs on project start, always
|
|
||||||
# on_project_start: command
|
|
||||||
|
|
||||||
# Run on project start, the first time
|
|
||||||
# on_project_first_start: command
|
|
||||||
|
|
||||||
# Run on project start, after the first time
|
|
||||||
# on_project_restart: command
|
|
||||||
|
|
||||||
# Run on project exit ( detaching from tmux session )
|
|
||||||
# on_project_exit: command
|
|
||||||
|
|
||||||
# Run on project stop
|
|
||||||
# on_project_stop: command
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# 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: editor
|
|
||||||
|
|
||||||
# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
|
|
||||||
# startup_pane: 1
|
|
||||||
|
|
||||||
# Controls whether the tmux session should be attached to automatically. Defaults to true.
|
|
||||||
# attach: false
|
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
- editor:
|
- editor:
|
||||||
- nvimp .
|
- nvimp .
|
||||||
|
|
|
||||||
12
tmux/.config/tmuxinator/podarunok.yml
Normal file
12
tmux/.config/tmuxinator/podarunok.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# /home/ipu/.config/tmuxinator/podarunok.yml
|
||||||
|
|
||||||
|
name: podarunok
|
||||||
|
root: ~/Code/my/podarunok/
|
||||||
|
|
||||||
|
windows:
|
||||||
|
- editor:
|
||||||
|
- nvimp .
|
||||||
|
- shell:
|
||||||
|
-
|
||||||
|
- git:
|
||||||
|
- lazygit
|
||||||
1
tmux/.tmux/plugins/tmux-gruvbox
Submodule
1
tmux/.tmux/plugins/tmux-gruvbox
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c7653229c7f7e5beb1f9f4ba298b3b1c39ffd8ce
|
||||||
1
tmux/.tmux/plugins/tmux-resurrect
Submodule
1
tmux/.tmux/plugins/tmux-resurrect
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cff343cf9e81983d3da0c8562b01616f12e8d548
|
||||||
1
tmux/.tmux/plugins/tmux-sensible
Submodule
1
tmux/.tmux/plugins/tmux-sensible
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa
|
||||||
1
tmux/.tmux/plugins/tmux-sessionx
Submodule
1
tmux/.tmux/plugins/tmux-sessionx
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 42c18389e73b80381d054dd1005b8c9a66942248
|
||||||
1
tmux/.tmux/plugins/tpm
Submodule
1
tmux/.tmux/plugins/tpm
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946
|
||||||
Loading…
Add table
Add a link
Reference in a new issue