Description
Add support for allowing users to specify custom patterns for including or excluding dotfiles.
Tasks
Example Use Cases
- Include only specific dotfiles:
dotme --include=".vscode,.gitconfig" https://github.com/user/repo
- Exclude specific dotfiles:
dotme --exclude=".DS_Store" https://github.com/user/repo
- Use glob patterns:
dotme --include=".git*" https://github.com/user/repo
Benefits
- Provides more flexibility to users
- Allows for more targeted dotfile application
- Prevents unwanted files from being copied
Target Version
v0.2.0
Description
Add support for allowing users to specify custom patterns for including or excluding dotfiles.
Tasks
Example Use Cases
dotme --include=".vscode,.gitconfig" https://github.com/user/repodotme --exclude=".DS_Store" https://github.com/user/repodotme --include=".git*" https://github.com/user/repoBenefits
Target Version
v0.2.0