I need to periodically "blank slate" my RStudio installation on a Mac so I can walk students through setup procedures, replicating things exactly as they see them.
To do this, I run the following commands via a script to delete RStudio and any of its related preferences/settings:
rm -rf /Applications/RStudio.app
rm -rf ~/.config/rstudio
rm -rf ~/Library/Application\ Support/RStudio
rm -rf ~/.local/share/rstudio/
However, after reinstalling RStudio, if I go to Tools > Global Options > Copilot and check "Enable GitHub Copilot" it indicates "You are currently signed in as: susanBuck".
What setting/config/file do I need to delete to get RStudio to not remember this connection?