Setup for tilde.one
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
owen 940a811a34 switch out my old key (ltc@cbarchbtw) for my new one (xfnw@raven) 2 years ago
.ssh switch out my old key (ltc@cbarchbtw) for my new one (xfnw@raven) 2 years ago
.bash_profile Fixed docs and patched bug in bash profile 3 years ago
.gitignore Excluding git pull script 3 years ago
.tmux.conf Added aggressize resizing to help mitigate small window issue 3 years ago
README.md Fixed docs and patched bug in bash profile 3 years ago

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