Centralized repository for development scripts, shell configuration, and tooling.
scripts/: Executable scripts (automatically added to your PATH).sources/: Shell (.zsh) configuration files (automatically sourced in ~/.zshrc).
Run the provided install script to setup symlinks, merge existing local scripts/sources into the repository, and update your shell configuration:
cd /mnt/d/git/dev-tools
chmod +x install.sh
./install.sh- Automated PATH: Scripts in
~/scriptsare added to your shell PATH. - Auto-Sourcing: Any
.zshfile added to~/sources/is automatically sourced on shell startup. - Backup & Merge: Existing
~/scriptsand~/sourcesdirectories are backed up and merged into the repository during installation.