dotfiles

My dotfiles and a shell script to manage them (by kevin-hanselman)

Dotfiles Alternatives

Similar projects and alternatives to dotfiles

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dotfiles alternative or higher similarity.

dotfiles reviews and mentions

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-26.
  • Using GNU Stow to manage your dotfiles (2012)
    17 projects | news.ycombinator.com | 26 Dec 2020
    I really like this method as opposed to using a bare Git repository. For one, it's conceptually simpler in my mind; you don't have to understand Git internals to get this working. Secondly, this lets you pick and choose which config files you want to "install" on a machine.

    I feel obligated to share my Bash script, dotfiles.sh[1], that accomplishes what Stow does, but with a few tweaks that I found particularly useful:

    dotfiles.sh targets the user's home directory by default (i.e. stow -t $HOME).

    dotfiles.sh never symlinks directories, only files (i.e. stow --no-folding). (This was the straw that broke the camel's back and made me roll my own script in the first place.)

    dotfiles.sh makes backups of local config files and can restore them if you remove your symlinked version.

    My script is quite old now, and I use it so seldomly I'm not convinced there aren't bugs. YMMV.

    [1]: https://github.com/kevin-hanselman/dotfiles

Stats

Basic dotfiles repo stats
1
7
3.2
6 months ago

kevin-hanselman/dotfiles is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of dotfiles is Shell.

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