diff --git a/contrib/dev.nu b/contrib/dev.nu new file mode 100644 index 0000000..03acaea --- /dev/null +++ b/contrib/dev.nu @@ -0,0 +1,16 @@ +# Clean +rm -r .ugit/ +rm -r .ssh/ + +# SSH +mkdir .ssh +http get https://github.com/jolheiser.keys | save --force .ssh/authorized_keys + +# Git +mkdir .ugit +git clone --bare https://git.jolheiser.com/ugit.git .ugit/ugit.git +{"private": false, "description": "ugit"} | save .ugit/ugit.git/ugit.json +git clone --bare https://git.jolheiser.com/helix.drv.git .ugit/helix.drv.git +{"private": false, "description": "helix.drv"} | save .ugit/helix.drv.git/ugit.json +git clone --bare https://git.jolheiser.com/jolheiser.com.git .ugit/jolheiser.com.git +{"private": false, "description": "jolheiser.com"} | save .ugit/jolheiser.com.git/ugit.json