rc files for sup39
Find a file
2020-08-01 00:03:54 +09:00
LICENSE Create zshrc, setup.sh(zshrc, vimrc) 2020-05-12 20:56:32 +09:00
README.md add zshenv(export EDITOR) 2020-07-31 23:57:09 +09:00
setup.sh fix setup.sh(zshenv) 2020-08-01 00:03:54 +09:00
zshenv add zshenv(export EDITOR) 2020-07-31 23:57:09 +09:00
zshrc map ¥ to \; change PS1 color to 49 2020-05-18 23:38:25 +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 -L 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

zshrc

  • ~/.zshrc

vimrc

  • ~/.vim/sup39
  • ~/.vimrc

💡 No overwriting if exists