This is a single repository with my personal dotfiles intended to work across macOS, WSL, and most GNU/Linux distros.
git clone https://github.com/yuzhoumo/dotfiles "${HOME}/dotfiles" && \
"${HOME}/dotfiles/sync.sh" && rm -rf "${HOME}/dotfiles"
mkdir "${HOME}/dotfiles" && \
curl -#L https://github.com/yuzhoumo/dotfiles/tarball/main --silent | \
tar -xzv --strip-components 1 -C "${HOME}/dotfiles" && \
"${HOME}/dotfiles/sync.sh" && rm -rf "${HOME}/dotfiles"
This repository is a dependency for my full OS setup automations listed below: