Set up dotfiles repository with GNU Stow structure and installation script - #1
Merged
Conversation
Co-authored-by: zoro11031 <57109577+zoro11031@users.noreply.github.com>
zoro11031
marked this pull request as ready for review
October 23, 2025 16:35
Owner
|
@copilot Whoops I think I marked this as ready for review early. Keep working |
Co-authored-by: zoro11031 <57109577+zoro11031@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add dotfiles repository for git synchronization
Set up dotfiles repository with GNU Stow structure and installation script
Oct 23, 2025
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.
This PR sets up a complete dotfiles repository that can be synced via git across multiple machines using GNU Stow for symlink management.
Overview
The repository now contains organized configuration files (dotfiles) for common development tools, structured in a way that makes it easy to install, manage, and synchronize settings across different machines.
What's Included
Configuration Packages
Each directory represents a "package" that can be independently installed using GNU Stow:
Installation Script
The
install.shscript provides an easy way to manage dotfiles:./install.sh bash git./install.sh --uninstall bash./install.sh --reinstallDocumentation
The README.md includes:
Repository Management
.gitignore- Excludes OS files, backups, secrets, and temporary files.stow-local-ignore- Controls which files stow ignores when creating symlinks (excludes README, LICENSE, install.sh, etc.).gitkeepfiles - Preserves empty configuration directories in gitUsage Example
Customization
Each configuration supports local customizations that won't be tracked in git:
~/.bashrc.localfor machine-specific settings~/.zshrc.localfor machine-specific settingsThese local files are automatically sourced if they exist, allowing you to keep machine-specific configurations separate from shared dotfiles.
Benefits
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
esm.ubuntu.com/usr/lib/apt/methods/https(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.