My dot Files
Originally published: 2021-11-27.
So that I can share how I’ve configured several of my applications and systems on my laptop, I’ve created a new Git project for my dotfiles.
Hope you can use them to find a different way to accomplish your goals or, even better, you find a bug or have a suggestion for me.
What are dotfiles? “dotfiles” are generally files that being with a period in the filename. By starting a filename with a period character, they are hidden by default from many graphical file managers and the ls(1) command. With ls specifically, you can list “dotfiles” by running ls -a or ls -al.
