Introduction to my Dotfiles

Over time, I’ve accrued a fair amount of dotfiles. I thought I would share an overview of them through a series of blog posts, starting now!

Background

Dotfiles is a term that represents your user’s configuration. In an ideal scenario, you can copy them between machines and easily have the same setup. Many times these configuration files can be found underneath ${XDG_CONFIG_HOME:-$HOME/.config}1.

History

I started tracking my dotfiles in college, specifically . I worked on them off and on during the school years to procastinate on studying and doing homework2. My dotfiles are primarily stored on SourceHut, but were originally stored on GitHub, where I keep a mirror to this day.

Structure

I use GNU Stow to manage my dotfiles. It is packaged on the systems I care about, semi-maintained, not some cobbled together symlink kludge of my own doing. I learned about stow early on in my dotfiles history, and my original commit made use of it.

Stow organizes content into packages, so a bash package would typically contain any information related to bash. My original commit contained 4 packages. At the time of writing, I have 51 packages, which are all listed in the repository’s README. It’s a fairly large repository these days, with over 1300 commits. My largest package is definitely my Neovim configuration. If it’s a tool that I use, and it has a configuration, whether that be via environment variables or a file, I have it stowed in my dotfiles.

Licensing

My dotfiles are licensed under the CC0-1.0, meaning they exist in the public domain. Please steal them as you wish!

Conclusion

This was just a general overview of my dotfiles. I hope to break it down into more details over the next series of posts.


  1. Refer to the XDG Base Directory Specification for more details. ↩︎

  2. I still work on them for the same reasons to this day! ↩︎


Articles from blogs I follow

Firefox hacks for everyone: From cozy gamers to minimalists and beyond

Firefox users, we’ve got tips for you. The Mozilla team has gathered some of our favorite tricks to help you get the most out of your browser – from customizing the look of Firefox and managing tabs, to watching videos on the sly and staying cozy while ga…

via The Mozilla Blog

Posting Your Patch On pgsql-hackers

Sometimes, people post patches to pgsql-hackers and... nothing happens. No replies, no reviews, nothing. Other times, people post to patches to pgsql-hackers and a bunch of discussion ensues, but nothing gets committed. If you're the sort of person wh…

via Robert Haas

Accessibility Adventure

As part of my effort to reduce Mutter dependencies, I finally found some time to focus on removing Cairo now that we can have a Wayland only build. Since the majority of the remaining usages are related to fonts, we would need to move CoglPango to be part…

via Bilal Elmoussaoui - My Blog

Generated by openring