Update 1 file: init.zsh

This commit is contained in:
2026-08-01 07:45:01 -04:00
parent 899a1aa1ab
commit a24626bbd0
+2 -2
View File
@@ -1,7 +1,7 @@
# first, run this from an interactive zsh terminal session:
if [[ -e "${ZDOTDIR}/.antidote" && ! -d "${ZDOTDIR}/.antidote" ]]; then
if [[ ! -d "${ZDOTDIR}/.antidote" ]]; then
mkdir -p "${ZDOTDIR}/.antidote" && chmod 700 "${ZDOTDIR}/.antidote"
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR}/.antidote
git clone --depth=1 https://github.com/mattmc3/antidote.git "${ZDOTDIR}/.antidote"
fi
zsh_plugins=${ZDOTDIR}/.zsh_plugins