125
Dotfiles feel too intimate and personal to share
(hamatti.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I use YADM to manage my dotfiles. I like and recommend it.
I don’t share them, though.
I work in a security-related position. My dotfiles expose more about tools I use, how I have them configured and if those configurations are secure.
I still like sharing and if there’s some snippet I think is particularly useful, I may share directly or post it somewhere. But I don’t share them all by default.
Pretty much how I feel about it too. It's not like I invented anything here, I mostly copied it from others or the docs. I will share snippets with people if it helps them but I'm not publishing everything either. Might need to look into yadm at some point.
YADM is essentially git so about the only thing you need to remember is to use
yadm
instead of git when managing your dotfiles.