mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
16 lines
198 B
YAML
16 lines
198 B
YAML
# /home/tstarr/.config/tmuxinator/nb.yml
|
|
|
|
name: nb
|
|
root: ~/
|
|
|
|
windows:
|
|
- home:
|
|
- nb use home
|
|
- clear
|
|
- nb
|
|
- void:
|
|
- nb use void
|
|
- clear
|
|
- nb
|
|
- server: nb browse --serve
|