Skip to content

Instantly share code, notes, and snippets.

@smeijer
Last active November 10, 2021 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smeijer/0e3604a51e9393d2ac009cef6ce0fb48 to your computer and use it in GitHub Desktop.
Save smeijer/0e3604a51e9393d2ac009cef6ce0fb48 to your computer and use it in GitHub Desktop.
Magicbell bootup
# /home/smeijer/.config/tmuxinator/magicbell.yml
name: MagicBell
root: /code/magicbell-io/backend
startup_window: MagicBell
startup_pane: 4
windows:
- MagicBell:
layout: e8d4,211x39,0,0[211x36,0,0{105x36,0,0[105x18,0,0,0,105x17,0,19,15],105x36,106,0[105x18,106,0,13,105x17,106,19,14]},211x2,0,37,3]
panes:
- docker:
- cd ~/docker/magicbell
- docker-compose up
- watchers:
- bundle exec sidekiq
- backend:
- bin/rails server
- frontend:
- ./bin/webpack-dev-server
- shell:
-
- Webstorm:
panes:
- editor:
- webstorm ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment