chircollab / chircollab20

Home for the 2020 Chicago R Collab event
https://chircollab.github.io/
10 stars 3 forks source link

Setup a dotfiles repo: A system to secure your life-long settings (e.g. .Rprofile) #40

Open maurolepore opened 4 years ago

maurolepore commented 4 years ago

A lot of the pain or pleasure you experience in R depends on how you set things up. Once you customize things the way you like you should secure those settings, e.g. on GitHub. Hopefully you read this before you lose a computer.

I propose to work together in learning more about dotfiles, and on creating or improving out dotfiles repo (I would love some help from Unix experts).

--

Programs are usually configured using plain-text hidden files1, commonly referred to as dotfiles, that are stored in the user’s home directory [e.g. .Rprofile]. ... tweaking and optimizing settings ... result in a significant increase in productivity. You will keep using and improving your dotfiles for your entire career. Your dotfiles will most likely be the longest project you ever work on. For this reason, it is worthwhile to organize your dotfiles project in a disciplined manner for maintainability and extensibility. -- https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/

See also https://dotfiles.github.io/

alistaire47 commented 4 years ago

Four thoughts:

rpodcast commented 4 years ago

I've heard about a great dotfiles system called yadm (stands for Yet Another Dotfile Manager) and many in the linux community have spoken quite highly about it. I'd be all for diving into this and see how we can write a getting started guide geared towards R users :smile: