Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshen authored Oct 27, 2024
1 parent 57c712e commit 98e7c1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**via wget:**

```bash
wget -qO- https://gitcode.net/shenlw66/dotfiles/-/raw/main/install.sh | sed -e "s/raw.githubusercontent.com/gh.slw.im\/raw.githubusercontent.com/g" | sed -e "s/github.com/gh.slw.im\/github.com/g" | bash
wget -qO- https://gh.slw.im/raw.githubusercontent.com/lwshen/dotfiles/main/install.sh | sed -e "s/raw.githubusercontent.com/gh.slw.im\/raw.githubusercontent.com/g" | sed -e "s/github.com/gh.slw.im\/github.com/g" | bash
```

or
Expand All @@ -21,13 +21,13 @@ sh -c "$(wget https://raw.githubusercontent.com/lwshen/dotfiles/main/install.sh
or

```bash
wget -qO- https://gitcode.net/shenlw66/dotfiles/-/raw/main/install.sh | sed -e "s/raw.githubusercontent.com/cdn.staticaly.com\/gh/g" | sed -e "s/github.com/hub.fastgit.xyz/g" | bash
wget -qO- https://gh.slw.im/raw.githubusercontent.com/lwshen/dotfiles/main/install.sh | sed -e "s/raw.githubusercontent.com/cdn.staticaly.com\/gh/g" | sed -e "s/github.com/hub.fastgit.xyz/g" | bash
```

**via curl:**

```bash
curl -sS -o- https://gitcode.net/shenlw66/dotfiles/-/raw/main/install.sh | sed -e "s/raw.githubusercontent.com/gh.slw.im\/raw.githubusercontent.com/g" | sed -e "s/github.com/gh.slw.im\/github.com/g" | bash
curl -sS -o- https://gh.slw.im/raw.githubusercontent.com/lwshen/dotfiles/main/install.sh | sed -e "s/raw.githubusercontent.com/gh.slw.im\/raw.githubusercontent.com/g" | sed -e "s/github.com/gh.slw.im\/github.com/g" | bash
```

or
Expand All @@ -39,7 +39,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/lwshen/dotfiles/main/insta
or

```bash
curl -sS -o- https://gitcode.net/shenlw66/dotfiles/-/raw/main/install.sh | sed -e "s/raw.githubusercontent.com/cdn.staticaly.com\/gh/g" | sed -e "s/github.com/hub.fastgit.xyz/g" | bash
curl -sS -o- https://gh.slw.im/raw.githubusercontent.com/lwshen/dotfiles/main/install.sh | sed -e "s/raw.githubusercontent.com/cdn.staticaly.com\/gh/g" | sed -e "s/github.com/hub.fastgit.xyz/g" | bash
```

## Before install
Expand All @@ -57,4 +57,4 @@ chsh -s /bin/zsh
- Backup dotfiles, eg .vimrc, .zshrc, .gitconfig and so on.

- If occurs `gnutls_handshake() failed: The TLS connection was non-properly terminated.`
Run `git config --global http.sslVerify false` and manually link `.gitignore` file.
Run `git config --global http.sslVerify false` and manually link `.gitignore` file.

0 comments on commit 98e7c1f

Please sign in to comment.