chezmoi
GNU Stow
chezmoi | GNU Stow | |
---|---|---|
59 | 5 | |
12,690 | 627 | |
- | - | |
9.7 | 9.1 | |
4 days ago | about 2 months ago | |
Go | Perl | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
chezmoi
- Securely manage your dot files
-
Ask HN: Did macOS Sonoma break your iCloud setup?
> A warning, not an admonishment: Use Apple services in a novel or unsupported manner and you're asking for trouble.
+1
I've always had sync issues with iCloud Drive when storing developer projects and related things there. It ends up stuck or confused or conflicted but tries to resolve the merge conflicts opaquely and it's hard to know there's a problem in real time vs until later when you find something broken. I keep all dev things out of iCloud after getting burned by this enough times over the years.
To OP: Consider a repo dotfiles setup like using Chezmoi or similar. Transitioning to it was less friction than I expected and the only downside really is having to remember to commit changes across devices.
https://github.com/twpayne/chezmoi
-
Russ Cox: Go Testing by Example
chezmoi (<https://chezmoi.io> or <https://github.com/twpayne/chezmoi>) has a couple dozen txtar tests. They are both amazing and completely frustrating to use, but I don't think that there would be a better way to test most of what chezmoi does without them.
Tom Payne (the creator and primary developer of chezmoi) has added some extra commands to the txtar context which makes things easier for certain classes of testing.
-
Fake recruiter Lazarus lured aerospace employee with trojanized coding challenge
Thanks, I never heard of it before and it looks really interesting.
However, it seems that it does not cover all of my needs: https://github.com/twpayne/chezmoi/discussions/1510#discussi...
-
Sharing neovim settup
once i need a more complex solution (eg. for machine specific stuff), i'll probably switch to chezmoi which has more features and native windows support
-
I want to mess around with my config files. What is the best way for me to be able to go back and forth between my normal config and my test config?
I’ve been using chezmoi, which uses git, to manage my dot files and have different branches for these types of experiments.
-
Fulfilling a reader's request for my “dot files”
https://chezmoi.io is a dotfile manager that is runs on multiple OSes (including Windows) while handling differences from machine to machine, allows you to store your secrets in your password manager (so you don't have to store secrets in your dotfile repo), and it even supports the NO_COLOR environment variable. Check it out! Disclaimer: I'm the author.
There's a comprehensive list of the most popular dotfile managers at https://dotfiles.github.io/utilities/.
-
Chezmoi: ignore files and subdirectories
/autoload/ **/autoload//* /plugged/ **/plugged//* */yankring_history.txt ``` Discussion
-
What "nice-to-have" CLI tools do you know?
chezmoi
-
Setup a backup system if you haven’t done it yet
Checkout yadm or chezmoi. They work great.
GNU Stow
-
Dotfiles: Unofficial Guide to Dotfiles on GitHub
Sorry - should have been specific in top-level comment. I was referring to this one: https://github.com/aspiers/stow/issues/33
Basically, the --dotfiles option was not working with directories so you had to have things that look like this: lazygit/.config/lazygit and now it looks like: lazygit/dot-config/lazygit.
Really a small issue that bugged me forever - shouldn't have made it seem like it was core a problem with stow!
-
GNU Stow is a very useful Perl program but it has some minor issues that need to be fixed
I use GNU Stow to symlink many shell and configuration files from a repository. It works so well and there are many webpages out there from people telling you how it's the best way to manage dotfiles.
-
Is it a good idea to backup my filesystem on github?
Gnu Stow
- Give Your Dotfiles a Home with GNU Stow
-
Using GNU Stow to manage your dotfiles (2012)
Too bad that's broken for directory names: https://github.com/aspiers/stow/issues/33
What are some alternatives?
yadm - Yet Another Dotfiles Manager
Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]
dotbot - A tool that bootstraps your dotfiles ⚡️
rcm - rc file (dotfile) management
mackup - Keep your application settings in sync (OS X/Linux)
Ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
dotdrop - Save your dotfiles once, deploy them everywhere
homesick - Your home directory is your castle. Don't leave your dotfiles behind.