doc: remove old instructions in README
This commit is contained in:
parent
954bc2cd05
commit
8169d580eb
1 changed files with 0 additions and 27 deletions
27
README.md
27
README.md
|
@ -1,28 +1 @@
|
||||||
# zsh-setup for sup39
|
# 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
|
|
||||||
|
|
Loading…
Reference in a new issue