diff --git a/scripts/setup b/scripts/setup index 8f8a286..fbf77fc 100755 --- a/scripts/setup +++ b/scripts/setup @@ -15,6 +15,7 @@ if [ ! -f "$PWD/.zshenv" ]; then SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" sed -i "s|^export DOTFILES_INSTALL_DIR=.*|export DOTFILES_INSTALL_DIR=${SCRIPT_DIR}|" .zshenv + source "$PWD/.zshenv" fi ./scripts/gitconfig