Skip to content

Instantly share code, notes, and snippets.

@josephj
Created July 5, 2015 08:21
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 josephj/cfbdc36f2fbc19799a8b to your computer and use it in GitHub Desktop.
Save josephj/cfbdc36f2fbc19799a8b to your computer and use it in GitHub Desktop.
# You can make as many tabs as you wish...
project_name: sample
project_root: ~/Sites/sample
windows:
- editor: vim
- shell: git fetch
- console: rails c
- server: rails s -p 6500
- guard: sleep 1; guard
- log: tail -f log/development.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment