start new:
tmux
start new with session name:
tmux new -s myname
| theme = "base16_transparent" #"ayu_light" | |
| [editor] | |
| cursorline = true | |
| color-modes = true | |
| auto-pairs = false | |
| true-color = true | |
| mouse = false | |
| scrolloff = 10 | |
| bufferline = "multiple" |
| # Usimg @micahgallen's nice raincloud plot code | |
| # https://wellcomeopenresearch.org/articles/4-63 | |
| # and fork of benmarwick/geom_flat_violin.R code | |
| # gganimate by Thomas Lin Pedersen - @thomasp85 | |
| devtools::install_github('thomasp85/gganimate') | |
| library(tidyverse) | |
| library(gganimate) | |
| library(RColorBrewer) |