2023-02-20 10:10:52 -06:00
|
|
|
#!/usr/bin/env zsh
|
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
|
|
|
|
antidote load ${ZDOTDIR:-~}/.zplugins
|
2023-02-17 09:26:31 -06:00
|
|
|
|