fix readme

This commit is contained in:
Yuan Chiu 2025-04-23 21:17:24 +08:00
parent 87d7cde368
commit 8139940af6

View File

@ -9,7 +9,7 @@ Yuan dotfile
#### 2. 安裝主dotfiles包 #### 2. 安裝主dotfiles包
``` ```
#sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git私人用 #sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git #私人用
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git
vim +PlugInstall +qall vim +PlugInstall +qall
``` ```