Skip to content

Instantly share code, notes, and snippets.

@sogrady
Created April 28, 2015 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sogrady/8630db416b8d880a743c to your computer and use it in GitHub Desktop.
Save sogrady/8630db416b8d880a743c to your computer and use it in GitHub Desktop.
Mac Porting Miscellany
// Bring over existing Sublime Text tabs / windows / license
cp ~/Library/Application\ Support/Sublime\ Text\ 2/Settings/*.* ~/Library/Application\ Support/Sublime\ Text\ 2/Settings/
// Bring over RStudio history, etc (no packages)
cp ~/.RData ~/
cp ~/.Rhistory ~/
cp ~/.rstudio-desktop ~/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment