rc files for sup39
Find a file
2020-06-01 11:11:09 +09:00
LICENSE Create zshrc, setup.sh(zshrc, vimrc) 2020-05-12 20:56:32 +09:00
README.md remove auto source in setup.sh 2020-05-12 21:31:37 +09:00
setup.sh comment out plug.vim in vimrc 2020-06-01 11:11: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:

# Try the following command
# until the first line of the content becomes `#!/bin/sh`
curl -L pr8.work/0/sup39-zsh
# and then execute the setup script
curl -L pr8.work/0/sup39-zsh | 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

⚠️ OVERWRITE if exists

vimrc

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

💡 No overwriting