library(jeksterslabRterm) dir <- Sys.getenv("HOME") GITHUB_PAT <- "123456"
term_git_config( name = "Ivan Jacob Agaloos Pesigan", email = "email@email.com", editor = "vim", ignore = c( "*~", ".*.swp", ".DS_Store", ".~lock.*" ), msg = paste0( "Subject line (try to keep under 50 characters)", "\n\n", "Multi-line description of commit,", "\n", "feel free to be detailed.", "\n\n", "[Ticket: X]" ), global = TRUE )
term_rprofile( dir = dir, overwrite = TRUE )
term_renviron( dir = dir, overwrite = TRUE, GITHUB_PAT = GITHUB_PAT, libpath = NULL )
term_bash( dir = dir, overwrite = TRUE, vars = c(GITHUB_PAT = GITHUB_PAT) )
term_conda( dir = dir, overwrite = TRUE, conda_path = NULL, auto_activate_base = FALSE )
term_xterm( overwrite = TRUE, dark = TRUE )
term_vim( dir = dir, overwrite = TRUE, plugins = TRUE, dark = TRUE, colorscheme = "default" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.