feat: add simple dev contrib

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jolheiser 2024-03-25 17:04:07 -05:00
parent c0fb1e8988
commit ffbfbad566
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 16 additions and 0 deletions

16
contrib/dev.nu 100644
View File

@ -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