rc files for sup39
Find a file
2021-05-12 21:35:23 +09:00
LICENSE Create zshrc, setup.sh(zshrc, vimrc) 2020-05-12 20:56:32 +09:00
README.md remove vimrc from zsh-setup; simplify zshrc 2021-05-12 21:35:23 +09:00
setup.sh remove vimrc from zsh-setup; simplify zshrc 2021-05-12 21:35:23 +09:00
zshenv add zshenv(export EDITOR) 2020-07-31 23:57:09 +09:00
zshrc remove vimrc from zsh-setup; simplify zshrc 2021-05-12 21:35:23 +09:00

zsh-setup for sup39

Usage

Full setup

curl https://raw.githubusercontent.com/sup39/zsh-setup/master/setup.sh | sh -
source $HOME/.zshrc

Alternatively, use the shortened url:

# Download setup file and execute it
curl -sL 301.sup39.ml/zsh-setup | sh -

# Finally, source the zshrc file
source $HOME/.zshrc

zshrc only

curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc >> $HOME/.zshrc
source $HOME/.zshrc

Content

  • ~/.zshenv
  • ~/.zshrc

💡 No overwriting if exists