1
0
Fork 0
env/.install/zsh-autosuggestions.sh

11 lines
240 B
Bash
Executable File

#!/bin/sh
set -e
. "$(dirname "$0")"/../.versions
echo
echo "Installing zsh-autosuggestions..."
echo
git clone --depth 1 -b v$ZSH_AUTOSUGGESTIONS_VERSION https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/zsh-autosuggestions