2023-02-20 10:10:52 -06:00
|
|
|
#!/usr/bin/env zsh
|
2023-02-17 09:26:31 -06:00
|
|
|
|
2023-11-29 16:35:38 -06:00
|
|
|
[[ -r $ZDOTDIR/.zstyles ]] && . $ZDOTDIR/.zstyles
|
|
|
|
|
2023-02-17 09:26:31 -06:00
|
|
|
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
|
|
|
|
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
|
|
|
|
|
2023-11-12 12:54:14 -06:00
|
|
|
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
2023-11-29 16:35:38 -06:00
|
|
|
antidote load
|
2023-02-17 09:26:31 -06:00
|
|
|
|