Minor install and dotfiles.conf tweaks

This commit is contained in:
adlee-was-taken
2026-04-04 15:23:21 -04:00
parent 3f05afdc67
commit cb5a812242
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ DOTFILES_GITHUB_USER="adlee-was-taken"
DOTFILES_REPO_NAME="dotfiles"
# Derived URLs (computed from above)
DOTFILES_REPO_URL="https://github.com/${DOTFILES_GITHUB_USER}/${DOTFILES_REPO_NAME}.git"
DOTFILES_REPO_URL="git@github.com:${DOTFILES_GITHUB_USER}/${DOTFILES_REPO_NAME}.git"
DOTFILES_RAW_URL="https://raw.githubusercontent.com/${DOTFILES_GITHUB_USER}/${DOTFILES_REPO_NAME}/${DOTFILES_BRANCH}"
# ============================================================================