Dotfiles bootstrap ================== One line install, macOS and Linux: curl -fsSL https://dl.darkovski.dev/git/dotfiles/install.sh | bash It clones https://github.com/theintonerzero/dotfiles into ~/dotfiles, or updates it if already present, then runs the installer inside the repo. It always uses ~/dotfiles whatever directory you run it from. Prefer -fsSL over -s. Without -f, curl writes the server's error page to stdout on a failure and bash executes that instead. It stops rather than guessing if ~/dotfiles is not a git repository, is a checkout of something else, or has uncommitted changes. Verify before running, which is worth doing for anything piped to a shell: curl -fsSL https://dl.darkovski.dev/git/dotfiles/SHA256SUMS curl -fsSL -O https://dl.darkovski.dev/git/dotfiles/install.sh sha256sum -c SHA256SUMS