Skip to content

Instantly share code, notes, and snippets.

@kleinlennart
Last active May 26, 2024 17:59
Show Gist options
  • Save kleinlennart/0ae131d533707581ef2ce3c953db8102 to your computer and use it in GitHub Desktop.
Save kleinlennart/0ae131d533707581ef2ce3c953db8102 to your computer and use it in GitHub Desktop.

Lennart's Dotfiles

GitHub Gist last commit

  • R Snippets

  • RMarkdown & Quarto

  • .Rprofile

  • Global .gitignore [~/.gitignore]

  • RStudio Keybindings [~/.config/rstudio/keybindings/]

    • Addins
    • Editor
    • RStudio
# Global (user-level) .gitignore file
.Rproj.user
.Rhistory
.Rdata
.httr-oauth
.DS_Store
.quarto
{
"styler::style_active_file": "Shift+Cmd+F",
"splitChunk::splitChunk": "Ctrl+Shift+Cmd+I",
"cput::pasteAsVector": "Ctrl+Shift+V",
"cput::translateHere": "Shift+Cmd+H",
"lintr::addin_lint": "Ctrl+Shift+L"
}
{
"quickAddNext": "Alt+Cmd+Right"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment