diff --git a/bash_profile.d/pEp.sh b/bash_profile.d/pEp.sh index b9bcf7e..e3388d3 100644 --- a/bash_profile.d/pEp.sh +++ b/bash_profile.d/pEp.sh @@ -44,6 +44,12 @@ function clone_libpEpAdapter() { cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.libpEpAdapter .idea } +function clone_rce() { + git clone https://gitea.pep.foundation/pEp.foundation/RCE . + cp $PEP_LOCAL_CONF_DIR/local.conf.rce local.conf + cp -r $PEP_LOCAL_CONF_DIR/intellij/.idea.rce .idea +} + function clone_devWiki() { git clone ssh://wiki/var/lib/gitit/wikidata . }