mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(tmux): add tmuxinator and configuration
This commit is contained in:
7
tmuxinator/default.yml
Normal file
7
tmuxinator/default.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: Standard
|
||||
root: ~/.dotfiles/
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Downloads: cd ~/Downloads; clear
|
||||
- Terminal: cd; clear
|
||||
- Dotfiles: clear
|
||||
6
tmuxinator/relaunch.yml
Normal file
6
tmuxinator/relaunch.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: "Relaunch Hamburg"
|
||||
root: ~/Code/Github/11ty-hamburg.stefanimhoff.de
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Terminal: clear
|
||||
- Server: clear
|
||||
6
tmuxinator/website-hamburg-stefanimhoff-de.yml
Normal file
6
tmuxinator/website-hamburg-stefanimhoff-de.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: hamburg
|
||||
root: ~/Code/Github/hamburg.stefanimhoff.de/
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Terminal: clear
|
||||
- Server: yarn start
|
||||
6
tmuxinator/website-kogakure-de.yml
Normal file
6
tmuxinator/website-kogakure-de.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: kogakure
|
||||
root: ~/Code/Github/hugo-kogakure.de/
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Terminal: clear
|
||||
- Server: yarn start
|
||||
6
tmuxinator/website-stefanimhoff.de.yml
Normal file
6
tmuxinator/website-stefanimhoff.de.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: stefanimhoff
|
||||
root: ~/Code/Github/stefanimhoff.de/
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Terminal: clear
|
||||
- Server: npm i; npm start
|
||||
6
tmuxinator/xing-brewery.yml
Normal file
6
tmuxinator/xing-brewery.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: Brewery
|
||||
root: ~/Code/XING/brewery/
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Terminal: clear
|
||||
- Server: yarn
|
||||
5
tmuxinator/xing-xds-kit.yml
Normal file
5
tmuxinator/xing-xds-kit.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: Designkit
|
||||
root: ~/Code/XING/xds-kit/
|
||||
windows:
|
||||
- Vim: vim
|
||||
- Terminal: clear
|
||||
5
tmuxinator/zettelkasten.yml
Normal file
5
tmuxinator/zettelkasten.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: Zettelkasten
|
||||
root: ~/Library/Mobile Documents/iCloud~md~obsidian/Documents/Zettelkasten/
|
||||
windows:
|
||||
- Zettelkasten: clear
|
||||
- Highlights: cd ~/Library/Mobile\ Documents/iCloud~md~obsidian/Documents/Highlights/ && clear
|
||||
Reference in New Issue
Block a user