doc: remove old instructions in README

This commit is contained in:
sup39 2024-02-06 18:11:40 +09:00
parent 954bc2cd05
commit 8169d580eb
Signed by: sup39
GPG key ID: 111C00916C1641E5

View file

@ -1,28 +1 @@
# zsh-setup for sup39
## Usage
### Full setup
```zsh
curl https://raw.githubusercontent.com/sup39/zsh-setup/master/setup.sh | sh -
source $HOME/.zshrc
```
Alternatively, use the shortened url:
```zsh
# Download setup file and execute it
curl -sL link.sup39.dev/zsh-setup | sh -
# Finally, source the zshrc file
source $HOME/.zshrc
```
### zshrc only
```zsh
curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc >> $HOME/.zshrc
source $HOME/.zshrc
```
## Content
- `~/.zshenv`
- `~/.zshrc`
- `~/.screenrc`
:bulb: No overwriting if exists