From 8169d580eb857f8dd64fd459df85ffbc1c6de753 Mon Sep 17 00:00:00 2001 From: sup39 Date: Tue, 6 Feb 2024 18:11:40 +0900 Subject: [PATCH] doc: remove old instructions in README --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index 37ab599..35e1485 100644 --- a/README.md +++ b/README.md @@ -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