Setup for tilde.one
Go to file
BK Bolisetty 53e7c40fea WIP: Add note about new line 2020-07-23 15:34:07 -04:00
.ssh Fix erroneus append and added new line at the end 2020-07-23 14:06:59 -04:00
.bash_profile Fixed docs and patched bug in bash profile 2020-03-30 09:10:46 -06:00
.gitignore Excluding git pull script 2020-03-31 11:11:09 -06:00
.tmux.conf Added aggressize resizing to help mitigate small window issue 2020-03-30 11:49:32 -06:00
README.md WIP: Add note about new line 2020-07-23 15:34:07 -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 >> .ssh/authorized_keys

Your public key should be on a new line by itself. If it is not, please edit to make it so, and add a new line at the end of the file.

  1. Add, commit, and push your changes:
$ git add .ssh/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