on my development workstation I often have to start the same commands every morning.
zeus start, zeus server (booting rails via zeus), redis-server, and like 3 others.
I know a lot of people would say have them running all the time but I do a lot of work on my own stuff and it wigs me out having all of those running while I'm working on separate rails projects.
Is there some kind of advanced alias I can make which starts all of these from one command, ideally by programmatically splitting the window (like ⌘-D).
I'm using iTerm2 with oh-my-zsh.
I wouldnt mind if they were all in the same window I suppose (somehow running as background processes) however I do need to sometimes look at the output, and work with the output from each command, so I'm not sure how that would work.
Thanks!