How do you manage your dotfiles?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • rcm

    rc file (dotfile) management

  • I use rcm, which is made by the folks at Thoughtbot. It's dead-simple—it just creates symbolic links in place of files. I'd highly recommend it for a simple and quick approach.

  • yadm

    Yet Another Dotfiles Manager

  • I keep all my dotfiles in their usual place and manage them with yadm. It's more or less a wrapper around git, so just point it at your dotfiles and launch a new repo on github to store them. There are more advanced features if you commonly switch between computers too. It will take work to reorganize your files and learn git if you don't know it already, but it's worth it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • .dotfiles

    macOS, Linux, and Windows dotfiles (by WilHall)

  • I saw a structure like this initially here: https://github.com/WilHall/.dotfiles after reading some of his vim blog posts on the thoughtbot blog.

  • nix-home

    Home Manager config

  • I use home-manager with Nix. Works really well, and can handle a lot more than just dotfile config, on multiple platforms.

  • dotbot

    A tool that bootstraps your dotfiles ⚡️

  • I stumbled upon DotBot. It's a lightweight solution that allows me to structure my dot files in a better way. You are still technically symlinking files and folders from your .dotfiles, or whatever you name it, to other locations, but I do more than that with it.

  • dotfiles

    A home for all my universal dots. • powered by https://github.com/anishathalye/dotbot (by simeonoff)

  • You are welcome to check out my GitHub Dotfiles Repo.

  • dotfiles

  • I have a dotfiles install script that fetches my config git repos & install their dependencies. It's a 126 loc readable bash script, it took me about 30 minutes to write it. I find it nice to have a simple & understandable solution.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pilgo

    Discontinued Configuration-based dotfiles manager

  • Pilgo, a configuration-based dotfiles manager which I created.

  • dotfiles

    [mirror] My personal dotfiles (by gbrlsnchs)

  • Examples in my dotfiles.

  • dotfiles

    My dot files and dev environment using bash, tmux and vim (by ronakg)

  • dotbare

    Manage dotfiles and any git directories interactively with fzf

  • I also use a bare repo, but I use dotbare for fzf+git superpowers.

  • dotfiles

    🏠 dotfiles for my macOS environment (by jonleopard)

  • I manage my own dotfiles with gnu stow and git. This combination works on any system and is pretty minimalist.

  • dotfile-starter

    🎓 A quick starter for creating your own dotfile home.

  • I wrote an article on this, and also a made a little starter repo that will help you get familiar with how stow works. If you have any questions, feel free to ask!

  • dotfiles

    My dotfiles, managed with git and yrice (by LoricAndre)

  • I'm using make to manage the symlinks and a few other things, with git ofc. (https://github.com/LoricAndre/dotfiles if you wanna check it out)

  • dotfiles-manager

    A powerful POSIX shell dotfiles manager program.

  • I use Dotfiler, my very own dotfiles manager!

  • chezmoi

    Manage your dotfiles across multiple diverse machines, securely.

  • Chezmoi is the heart of my current setup. I like it because it allows enough customization to easily handle the many OS’s I use - Linux, macOS, BSD’s.

  • mydotfiles

    A set of config files, vimrc, git, zshrc, etc. Work in progress. (by qanuq)

  • https://github.com/qanuq/mydotfiles all is in the develop branch.

  • vcsh

    config manager based on Git

  • I'm using vcsh which is basically a small wrapper around git. The resulting repository is this in my case.

  • dotref

    Simple tool to manage dotfiles

  • So I ended up creating my own very simple tool that can do just that (single python script with no dependencies): Dotref

  • mystuff

    configs and scripts for linux

  • My script don't break often.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts