Loading user-settings from file

We run Rstudio in virtual machines. An annoying part of using virtual machine is that the 'Global Options' where we store theme, editor preferences are wiped when the virtual machine got shut down. When a new virtual machine is started, we end up with the factory reset of user preference.
We know the user-settings are stored in the file ''~/.rstudio/monitored/user-settings/user-settings" and are able to save a permanent copy. The question is would we be able to load the settings on the fly after the Rstudio is loaded, sort of like 'source .bashrc' operation for bash. Thanks!

It's not possible to load these on the fly -- the user-settings file would need to be populated before the IDE is launched.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.