Skip to content

Instantly share code, notes, and snippets.

@jesseobrien
Last active January 2, 2016 07:09
Show Gist options
  • Select an option

  • Save jesseobrien/8268062 to your computer and use it in GitHub Desktop.

Select an option

Save jesseobrien/8268062 to your computer and use it in GitHub Desktop.
Quick Tmuxinator config
# ~/.tmuxinator/myproject.yml
name: myproject
root: ~/projects/example.com/
windows:
- editor:
layout: main-vertical
panes:
- vim
- guard
- irssi
- server:
layout: main-vertical
panes:
- php artisan serve --host 0.0.0.0
- cd ~/projects/api.example.com && php artisan serve --port 8001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment