ugit/contrib/dev.nu

17 lines
628 B
Plaintext

# 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