72
submitted 11 months ago by daddyjones@lemmy.world to c/linux@lemmy.ml

I'm looking for recommendations for a dotfile manager - there are so many out there I've got a bit of options paralysis!

I'd like a system that can backup all my dotfiles - with version management - and, if I nuked my home directory, could restore them all for me with a simple command.

Thanks in advance for you suggestions!

you are viewing a single comment's thread
view the rest of the comments
[-] cow@lemmy.world 3 points 11 months ago

My home directory is a git repo with a .gitignore that contains something like


*

!.config/sway

!.config/sway/*

!.config/sway/**/*

[-] CaptainJack42@discuss.tchncs.de 3 points 11 months ago

I thought about this, but doesn't this make problems when working with other git repos in subfolders of your home directory?

[-] maryjayjay@lemmy.world 1 points 11 months ago

Not at all. For two reasons: the ignore file and git recognizes when a sub directory is a git repo

this post was submitted on 18 Oct 2023
72 points (93.9% liked)

Linux

47307 readers
517 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS