# Having fun here!

It's my first day on tilde.town. I am very excited!

I learned how to upload public keys to a github account:

```
curl -X POST -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
--data '{"title":"test-key","key":"$(cat ~/.ssh/id_rsa.pub)"}' \
https://api.github.com/user/keys`
```

"<YOUR-TOKEN\>" is a personal access token for github.

Go to github.com >  Settings > Developer Settings > Personal Access Tokens

## So far, I'm loving tilde.town!