Compare commits

..

No commits in common. "405e4059cd4b9ce146b6d4765f26afc52b9e824f" and "84d2cd9a63b65810644b61a397deb0e8149a2f0e" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -3,6 +3,5 @@
## How to install ## How to install
```zsh ```zsh
export LC_ALL=en_US.UTF-8
curl -sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh curl -sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
``` ```

View File

@ -9,8 +9,6 @@ git clone https://github.com/nichus/zplug-fork $HOME/.zplug
mkdir git mkdir git
git clone $REPO git/sundry git clone $REPO git/sundry
install -vd $HOME/.zsh/lib install -vt $HOME/.zsh git/sundry/zsh
install -v git/sundry/zsh/zshenv $HOME/.zshenv ln -vs zshrc $HOME/.zshrc
install -v git/sundry/zsh/zshrc $HOME/.zsh/.zshrc mv -v $HOME/zshenv .zshenv
install -vt $HOME/.zsh/lib git/sundry/zsh/lib/*
ln -vs .zshrc $HOME/.zsh/zshrc