1
0
Fork 0
zsh/README.md

14 lines
352 B
Markdown
Raw Normal View History

2014-09-27 16:36:13 +02:00
zsh
===
2017-03-29 16:18:06 +02:00
Zsh configuration using zgen.
2014-09-27 20:25:26 +02:00
2016-09-20 20:56:49 +02:00
```
2017-03-29 16:18:06 +02:00
$ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
$ source ${HOME}/.zgen/zgen.zsh
2024-12-09 18:17:46 +01:00
$ 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
2017-03-29 17:21:07 +02:00
$ zgen reset
2017-03-29 16:18:06 +02:00
$ source ${HOME}/.zshrc
2016-09-20 20:55:56 +02:00
```