feat: Create env file during install if it does not exist

This commit is contained in:
2023-02-17 14:05:29 -05:00
parent 4ca8c59f13
commit 25259ef0ff

View File

@@ -34,6 +34,7 @@ done < ../dependencies/git.txt
popd
# Post-install
touch ./env
mkdir -p $INSTALL_DIR
cp -rf packages $INSTALL_DIR/
cp -f zshrc $INSTALL_DIR/zshrc