yadm-dev/yadm

Yet Another Dotfiles Manager

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 10th, 2026
Created on July 14th, 2015
Open Issues & Pull Requests: 48 (+0)
GitHub issues: Enabled
Number of forks: 200
Total Stargazers: 6,422 (+0)
Total Subscribers: 31 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 days
Mean response time: 157.3 days
90th percentile: 512.1 days
Tracked items: 65

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "2" is answered fastest, typically in about 10 hours, while "1" waits about 2 months. Only 6% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 901 days
Stale 30+ days: 22
Stale 90+ days: 21

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • feature (25)
  • bug (22)
  • in develop (14)
  • 3 (13)
  • 1 (11)
  • 2 (10)
  • question (10)
  • packaging (3)

Most active issues this week

Detailed Description

yadm is a dotfiles manager that uses Git as its foundation for tracking and synchronizing configuration files across machines.

yadm solves the problem of maintaining consistent system configurations across multiple computers and environments. It builds on Git to provide version control for dotfiles while adding specialized features for the unique challenges of configuration management. The tool supports system-specific alternative files, allowing different versions of the same configuration for different operating systems. It includes templating capabilities using Jinja2 for dynamic configuration generation. Private data like SSH keys can be encrypted using GnuPG, OpenSSL, transcrypt, or git-crypt. The tool provides customizable bootstrap scripts for initial setup and hooks that run before and after operations, enabling automated workflows.

Developers managing dotfiles across multiple machines should consider yadm if they want a Git-based approach with built-in support for encryption and per-system configuration variants. The tool suits projects where configuration needs to differ between Linux and macOS systems, or where sensitive credentials must be stored alongside other dotfiles. It works well for teams or individuals maintaining consistent development environments across heterogeneous infrastructure.

The project maintains active engagement with its user base through regular issue responses and feature discussions. Development includes ongoing refinement of core functionality and expansion of encryption method support. The maintainers actively review and merge contributions that extend the tool's capabilities. Documentation receives consistent updates to reflect new features and usage patterns. The project demonstrates sustained attention to both bug fixes and feature requests from the community.