- install required apps
- install brew
- restore zsh env
- restore vim env
- restore other envs
- [optional] install software from brew, mas, apt etc...
sudo apt-get install yadm
# if what push commits use git protocol to pull repo with correct ssh key
# yadm pull git@github.com:IdVincentYang/dotfiles.git
yadm pull https://github.com/IdVincentYang/dotfiles.git
yadm bootstrap
# Install core packages
just list main=core raw=1 | just install
# Install asdf plugins
just develop-asdf-plugins
# Install asdf plugins versions
just develop-asdf-install-menu
# Install npm global packages
just core-cli-npm-globals- 安装应用时网络可能断, 如何自动重试?
- 如何自动备份brewfile/yadm repo?