change name

This commit is contained in:
hophacker 2020-02-11 18:22:19 +00:00
parent 1d800df794
commit 63a4958609
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#### bash -c "\`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh \`" #### bash -c "\`curl -fsSL https://raw.githubusercontent.com/ruilisi/dotfiles/master/install.sh \`"
**总是记住在拉取代码后运行`rake update`来确保插件都更新过了** **总是记住在拉取代码后运行`rake update`来确保插件都更新过了**
@ -28,13 +28,13 @@
开始先运行: 开始先运行:
```bash ```bash
bash -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" bash -c "`curl -fsSL https://raw.githubusercontent.com/ruilisi/dotfiles/master/install.sh`"
``` ```
**注意:** YADR会自动安装它的所有子模块。如果你需要在安装每个模块前确认一下, 使用: **注意:** YADR会自动安装它的所有子模块。如果你需要在安装每个模块前确认一下, 使用:
```bash ```bash
bash -c "`curl -fsSL https://raw.githubusercontent.com/rallets-network/dotfiles/master/install.sh`" -s ask bash -c "`curl -fsSL https://raw.githubusercontent.com/ruilisi/dotfiles/master/install.sh`" -s ask
``` ```
## 等等,还没完。这一步不能少: ## 等等,还没完。这一步不能少:

View File

@ -29,7 +29,7 @@ done
if [ ! -d "$HOME/.yadr" ]; then if [ ! -d "$HOME/.yadr" ]; then
echo "Installing YADR for the first time" echo "Installing YADR for the first time"
git clone --depth=1 https://github.com/rallets-network/dotfiles.git "$HOME/.yadr" git clone --depth=1 https://github.com/ruilisi/dotfiles.git "$HOME/.yadr"
cd "$HOME/.yadr" cd "$HOME/.yadr"
[ "$1" = "ask" ] && export ASK="true" [ "$1" = "ask" ] && export ASK="true"
rake install rake install