I’m wondering if there is a new tool out there that I’m missing out on.

  • codemonk
    link
    fedilink
    English
    111 year ago

    I prefer to keep tooling for that at a minimum. Therefore I use git only. My approach is taken from here: https://www.atlassian.com/git/tutorials/dotfiles The only difference: My git alias is dotfiles not config. I find that to be less confusing. Additionally, I source system-specific configs, where appropriate. These are not stored in dotfiles. There is a small todo section in my readme.

    • o_o
      link
      fedilink
      English
      11 year ago

      I do the same! It works quite well.