Sha256: 78d2290efe0c6f82163b8b7f7a87b46034fab03371778e4c4aa28d78afa96ab1
Contents?: true
Size: 483 Bytes
Versions: 11
Compression:
Stored size: 483 Bytes
Contents
#!/bin/zsh --login set -a set -e WORKBENCH="${PWD}" cp ./roro/templates/roro.env.template ./roro/env/roro.env source ${WORKBENCH}/roro/scripts/roro.sh cp "${TEMPLATEDIR}/Caddyfile.template" "${WORKBENCH}/Caddyfile" cp "${TEMPLATEDIR}/current.env.template" "${RORODIR}/env/current.env" source "${SCRIPTDIR}"/initialize/clone_idea.sh source "${SCRIPTDIR}"/initialize/clone_repos.sh source "${SCRIPTDIR}"/initialize/install_rubies.sh source "${SCRIPTDIR}"/utility/bundle_all.sh
Version data entries
11 entries across 6 versions & 1 rubygems