Update 1 file: init.zsh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user