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!