简化提示: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
|
```bash
|
||||||
cd ~/.config/arch-config
|
|
||||||
dcli sync
|
dcli sync
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -24,7 +23,6 @@ dcli sync
|
|||||||
## 更新配置
|
## 更新配置
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/.config/arch-config
|
cd ~/.config/arch-config && git pull
|
||||||
git pull
|
|
||||||
dcli sync
|
dcli sync
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-3
@@ -28,6 +28,4 @@ git clone "$REPO_URL" "$CONFIG_DIR"
|
|||||||
echo ""
|
echo ""
|
||||||
echo "✓ 安装完成!"
|
echo "✓ 安装完成!"
|
||||||
echo ""
|
echo ""
|
||||||
echo "下一步:"
|
echo "下一步:运行 dcli sync 应用配置"
|
||||||
echo " cd ~/.config/arch-config"
|
|
||||||
echo " dcli sync"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user