2024-05-20 20:44:02 -04:00
|
|
|
# My ZSH environment
|
|
|
|
|
|
|
|
## How to install
|
|
|
|
|
2024-05-20 20:44:56 -04:00
|
|
|
```zsh
|
2024-05-20 21:04:26 -04:00
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
cur l-sL https://git.momodomo.us/nichus/sundry/raw/branch/main/zsh/init-zsh.sh | zsh
|
2024-05-20 20:44:56 -04:00
|
|
|
```
|