/zetup

setup your computer for development

Primary LanguageShell

zetup

To Run

wget https://github.com/smbecker/zetup/raw/public/init.sh && source init.sh

OR

curl https://github.com/smbecker/zetup/raw/public/init.sh && source init.sh

within container

apt update && apt install -y wget && wget https://github.com/smbecker/zetup/raw/public/init.sh && source init.sh