TomAnthony/itermocil

Itermocil configuration for all team's products

MichaelRo opened this issue · 1 comments

Hi everyone.
I'm looking for a way to make a itermocil.yml configuration for the whole team.
For that I need one of the following:

  • Change the .teamocil directory to a different path (team's git directory for instance)
  • Add couple of different window configuration in one Itermocil.yml configuration file (per directory in team's git)

Is there any way to do it?
Thanks in advanced!

itermocil will also look in the current directory for a file called iTermocil.yml, so you could add that into the git repo. However, you have to be in the project directory for it to be found.

I suppose it could be possible to make the layout command take a path, but perhaps a better solution would to be to introduce either a flag for specifying a directory, or to add some sort of .itermocilrc type file.