13 lines
352 B
Markdown
13 lines
352 B
Markdown
zsh
|
|
===
|
|
|
|
Zsh configuration using zgen.
|
|
|
|
```
|
|
$ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
|
|
$ source ${HOME}/.zgen/zgen.zsh
|
|
$ zgen clone https://forgejo.audin.me/hybris/zsh.git main
|
|
$ ln -s ${HOME}/.zgen/https-COLON--SLASH--SLASH-forgejo.audin.me-SLASH-maudin/zsh.git-main/zshrc $HOME/.zshrc
|
|
$ zgen reset
|
|
$ source ${HOME}/.zshrc
|
|
```
|