10 lines
239 B
Bash
10 lines
239 B
Bash
#!/usr/bin/env zsh
|
|
|
|
[[ -r $ZDOTDIR/.zstyles ]] && . $ZDOTDIR/.zstyles
|
|
|
|
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
|
|
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
|
|
|
|
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
|
antidote load
|
|
|