I'm using OSX Yosemite and the built-in terminal on my Mac. I have quite a few terminal windows running most of the time and it's hard to navigate around in all of them as they all look alike. So what I want to do is run my commands as usual, but in a new terminal window with a chosen profile.
Normally to open my_script in vim I would type in command line
$ vim my_script
but I want to be able to write something like this:
$ vim my_script
(as before) and then some command saying "open this in a new terminal window with profile = Homebrew"
Does anyone know if this is possible? Thank you very much.