Set the character type to UTF8 to make zplug happy, before all the plugins are loaded
This commit is contained in:
parent
84d2cd9a63
commit
b72ba0cab2
@ -3,5 +3,6 @@
|
|||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
curl -sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
|
export LC_ALL=en_US.UTF-8
|
||||||
|
cur l-sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
|
||||||
```
|
```
|
||||||
|
@ -9,6 +9,8 @@ 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 -vt $HOME/.zsh git/sundry/zsh
|
install -vd $HOME/.zsh/lib
|
||||||
ln -vs zshrc $HOME/.zshrc
|
install -v $HOME/.zshenv git/sundry/zsh/zshenv
|
||||||
mv -v $HOME/zshenv .zshenv
|
install -v $HOME/.zsh/.zshrc git/sundry/zsh/zshrc
|
||||||
|
install -vt $HOME/.zsh/lib git/sundry/zsh/lib/*
|
||||||
|
ln -vs zshrc $HOME/.zsh/.zshrc
|
||||||
|
Loading…
Reference in New Issue
Block a user