Setup for tilde.one
Go to file
Robert Miles d3c9d0dab6 Add key for khuxkm 2020-03-29 01:39:30 -04:00
.bash_profile Initial commit 2020-03-27 18:27:32 -06:00
.tmux.conf Adding tmux conf file 2020-03-28 18:47:47 -06:00
README.md Added initial instructions for joining tilde.one 2020-03-27 18:40:40 -06:00
authorized_keys Add key for khuxkm 2020-03-29 01:39:30 -04:00

README.md

How to join tilde.one

  1. Fork this repository

  2. Clone the repository to your computer:

$ git clone git@tildegit.org:<your name>/setup.git
$ cd setup
  1. Create an SSH key pair (press enter for all prompts to use defaults):
$ ssh-keygen -t ed25519
  1. Add your public key to the authorized_keys file:
$ cat ~/.ssh/id_ed25519.pub >> authorized_keys
  1. Add, commit, and push your changes:
$ git add authorized_keys
$ git commit -m "Added SSH keys for <your name>"
$ git push origin master
  1. Open a pull request for your changes to merged into the project

Once the pull request is merged, you can login using:

$ ssh one@tilde.one