Created
March 21, 2013 11:19
-
-
Save PogiNate/5212311 to your computer and use it in GitHub Desktop.
my tmuxinator layout for blogging with Octopress.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.tmuxinator/ndBlog.yml | |
project_name: Natedickson_dot_com | |
project_root: ~/Projects/Blogs/natedickson/octopress | |
tabs: | |
- editor: | |
layout: main-vertical | |
panes: | |
- vim | |
- #zsh at the project root. Useful for issuing rake commands. | |
- cd source/_posts #since I'll usually be editing posts, not pages. | |
- monitor: | |
layout: even-horizontal | |
panes: | |
- rake preview | |
- top |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment