Managed with TheLocehiliosan/yadm
,
which is required and can be installed manually:
curl -o $HOME/.local/bin/yadm https://raw.githubusercontent.com/TheLocehiliosan/yadm/master/yadm
# for users in China mainland, use this mirror instead to download yadm
curl -o $HOME/.local/bin/yadm https://gitee.com/wangl-cc/yadm/raw/master/yadm
or installed by package managers like brew
:
brew install yadm
more about installation see the documents of yadm.
Once yadm
is installed, clone this repo with:
yadm clone https://github.com/AprilTu/dotfiles.git # replace the url as your own