bash <(curl -fsSL https://raw.githubusercontent.com/albertsko/dotfiles/main/install.sh)Clones the repo to ~/.local/share/dotfiles, prompts for a profile (macos, ubuntu24, work), sets up SSH + git, runs the profile installer, then symlinks dotfiles into $HOME via stow.
Set DOTFILES_DRY_RUN=1 to preview without making changes.
Dotfiles are organized into stow packages:
shared/— applied to all profilesmacos/,ubuntu24/,work/— profile-specific overrides
To re-stow manually after adding files:
stow.sh <profile>