dotkeep is a minimal, Git-backed dotfiles manager for Linux. It tracks, versions, and syncs your configuration files using a Git repository, while keeping your home directory clean via symlinks. Designed for developers who want simple, reliable, and scriptable dotfile management across machines.

automation cli collaborate configuration-management devops dotfiles git linux python symlinks sysadmin
1 Open Issue Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an interactive `dotkeep init` command that prompts the user for a Git remote URL (optional), asks if they want to set up common dotfiles, provides helpful tips, and maintains backward compatibility with the existing command-line interface. A `--non-interactive` flag should be added for scripting purposes. Tests and documentation must be updated.

Complexity: 3/5
enhancement good first issue

dotkeep is a minimal, Git-backed dotfiles manager for Linux. It tracks, versions, and syncs your configuration files using a Git repository, while keeping your home directory clean via symlinks. Designed for developers who want simple, reliable, and scriptable dotfile management across machines.

Python
#automation#cli#collaborate#configuration-management#devops#dotfiles#git#linux#python#symlinks#sysadmin