I found myself lately having to install RStudio
over multiple computers.
While I found it possible to migrate/reinstall my packages, I couldn't find a way/script/package that deals with migrating user preferences such as global options
and its sub options (appearance, pane layout, ect.).
I tried to look here, here, and here, but I wasn't able to find an answer.
Edit
I found that I can use rstudioapi
to change the theme (link). However, I still have other global options
that I don't know how to export (e.g. pane layout, fonts).