Configuring zsh in OSX to auto start processes

Posted by calumbrodie on Server Fault See other posts from Server Fault or by calumbrodie
Published on 2012-12-11T03:39:46Z Indexed on 2012/12/11 5:06 UTC
Read the original article Hit count: 483

Filed under:
|
|

I've recently converted to using zsh instead of bash in OSX and was wondering if it is possible to do the following:

When I launch my terminal I would like to start various tabs and have each tab run a different process e.g tailing logs, running ruby scripts etc.

Currently I need to cmd+n multiple tabs and then manually start each process. While this doesn't take long I would like to be able to just launch my terminal and have these various tabs start and run those commands automatically.

Is this possible?

© Server Fault or respective owner

Related posts about macosx

Related posts about terminal