Add dwell import command — import dotfiles from any GitHub repo - #28
Open
grave0x wants to merge 1 commit into
Open
Add dwell import command — import dotfiles from any GitHub repo#28grave0x wants to merge 1 commit into
grave0x wants to merge 1 commit into
Conversation
- dwell import <url>: clone and import dotfiles from arbitrary repos - Auto-detects repo structure: direct config/, home-configs/, dotfiles/ - Flattens doubled directories (hypr/hypr/ → hypr/) - Maps .zshrc → dot_zshrc convention - Supports --dry-run and -v preview - Handles garuda-hyprdots, hyprzepyx, and similar themed repos
|
🧙 Sourcery is reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
dwell importcommand — clone any dotfiles repo and import its configs into the dwell source directory with correct naming.Closes #24
Usage
Auto-detected repo structures
Features
Summary by Sourcery
Add a new CLI command to import dotfiles from a remote GitHub repository into the dwell source directory, auto-detecting common repo layouts and committing the imported files.
New Features:
dwell importsubcommand that clones a specified dotfiles repository and imports its configuration files into the local dwell source tree.Enhancements: