简化提示:dcli sync 无需 cd 到配置目录
This commit is contained in:
@@ -11,7 +11,6 @@ curl -fsSL https://git.furtherverse.com/imbytecat/archlinux-config/raw/branch/ma
|
||||
安装完成后:
|
||||
|
||||
```bash
|
||||
cd ~/.config/arch-config
|
||||
dcli sync
|
||||
```
|
||||
|
||||
@@ -24,7 +23,6 @@ dcli sync
|
||||
## 更新配置
|
||||
|
||||
```bash
|
||||
cd ~/.config/arch-config
|
||||
git pull
|
||||
cd ~/.config/arch-config && git pull
|
||||
dcli sync
|
||||
```
|
||||
|
||||
+1
-3
@@ -28,6 +28,4 @@ git clone "$REPO_URL" "$CONFIG_DIR"
|
||||
echo ""
|
||||
echo "✓ 安装完成!"
|
||||
echo ""
|
||||
echo "下一步:"
|
||||
echo " cd ~/.config/arch-config"
|
||||
echo " dcli sync"
|
||||
echo "下一步:运行 dcli sync 应用配置"
|
||||
|
||||
Reference in New Issue
Block a user