rc files for sup39
Find a file
2021-10-24 16:26:35 +09:00
LICENSE Add screenrc; Update domain and email 2021-10-24 15:58:03 +09:00
README.md Add screenrc; Update domain and email 2021-10-24 15:58:03 +09:00
screenrc [screenrc] disable annoying startup_message 2021-10-24 16:26:35 +09:00
setup.sh Add screenrc; Update domain and email 2021-10-24 15:58:03 +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 link.sup39.dev/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
  • ~/.screenrc

💡 No overwriting if exists