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
2024-12-10 14:54:17 +01:00
How to use:
- fork
- add branch named as your user
- copy `USER.zsh` , `USER.plugins` , `USER.theme` and `USER.completions` as `${USER}.zsh` , `${USER}.plugins` , `${USER}.theme` and `${USER}.completions` , customize and push
- change {{{zsh_config_repo}}} in {{{zshrc}}} and set it in your current shell
- run:
2016-09-20 20:56:49 +02:00
```
2024-12-10 14:54:17 +01:00
$ zsh_config_repo=https://forgejo.audin.me/maudin/zsh.git
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-10 14:54:17 +01:00
$ zgen clone ${zsh_config_repo:-https://forgejo.audin.me/maudin/zsh.git} ${USER}
$ ln -sf ${HOME}/.zgen/https-COLON--SLASH--SLASH-forgejo.audin.me-SLASH-maudin/zsh.git-${USER}/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
```