Import settings with a script?
Answered
Is it possible to import settings with a script automatically?
The reason is to avoid to do it manually for new developers joining the team.
We get everything from repository and running a script sets up all the development environment, only the settings.jar import is still manual.
Thanks.
Please sign in to leave a comment.
You could unpack settings.jar into the config directory with a custom script.
I guess you mean inside:
C:\Users\<user>\.IntelliJIdea2017.1\config
Yes, would depend on the OS.
That works thanks.
It'd been nice to have an environment variable pointing to the right directory, is there one?
IntelliJ IDEA doesn't set any environment variables.
ok i'll use
%USERPROFILE%\.IntelliJIdea2017.1\config
better than nothing.
When version changes I need to maintain the script though.