the .* files are destructively downloaded to the root directory. they will overwrite existing files. macos.sh installs and configures a bunch of stuff, then gets deleted.
cd; curl -#L https://github.com/alitorbati/dotfiles/tarball/main | tar -xzv --strip-components 1 --exclude={'README.md','install.sh','iterm2.plist'}; source macos.sh; rm macos.sh;
Subsequently use the dotfiles alias to execute that command.
git cloneblah blahcdinto the new dir- modify stuff as needed
- run
source macos.shto execute