. git
. stow
克隆到你的 $HOME
目录或 ~
git clone --recurse-submodules https://github.com/kola-web/dotfiles.git ~/dotfiles
运行stow
对所有内容进行符号链接或仅选择您想要的内容
stow */ 映射所有目录
stow zsh # 仅使用zsh
如果你已经克隆了主仓库,并且想在之后克隆所有子模块,可以使用以下命令:
git submodule update --init --recursive