-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap smug out for the og tmuxinator ππ½
- Loading branch information
1 parent
f0763f3
commit 2ff854f
Showing
7 changed files
with
49 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: kitchensink | ||
root: ~/projects/kitchensink | ||
|
||
startup_window: code | ||
|
||
windows: | ||
- code: vim | ||
- cli: | ||
layout: main-vertical | ||
panes: | ||
- git: | ||
- ls -al | ||
- git status | ||
- run: | ||
- ls -al | ||
- misc: | ||
- ls -al |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{{- if (and (eq .chezmoi.os "linux") (not .is_devcontainer)) -}} | ||
alias t="tmux" | ||
complete -F _tmux t | ||
alias mux="tmuxinator" | ||
complete -F _tmuxinator mux | ||
{{ end -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
dotfiles/dot_config/private_tmuxinator/private_quickdev.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: quickdev | ||
root: ~/projects | ||
|
||
# Pre-created layouts: https://github.com/tmux/tmux/wiki/Getting-Started#window-layouts | ||
# - even-horizontal: Spread out evenly across | ||
# - even-vertical: Spread out evenly up and down | ||
# - main-horizontal: One large pane at the top, the rest spread out evenly across | ||
# - main-vertical: One large pane on the left, the rest spread out evenly up and down | ||
# - tiled: Tiled in the same number of rows as columns | ||
|
||
startup_window: code | ||
|
||
windows: | ||
- code: vim | ||
- cli: | ||
layout: main-vertical | ||
panes: | ||
- git: | ||
- ls -al | ||
- ls -al | ||
- ls -al |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters