Levana anonymized account names

Real namePsuedonymEmailGitHubDiscordTelegram
Aditya KaliaJade Dragonjade-dragon@levana.exchangehttps://github.com/lvn-jade-dragon
Alejandro De CiccoAlduinalduin@levana.exchangehttps://github.com/lvn-alduin
Asparuh KamenovDragon Bookdragon-book@levana.exchangehttps://github.com/lvn-dragon-book
Carla HamoyDrakainadrakaina@levana.exchange
Corey WernerSkate Dragonskate-dragon@levana.exchangehttps://github.com/lvn-skate-dragonSkateDragon#9399
Daniel LiferenkoReef Dragonreef-dragon@levana.exchangehttps://github.com/lvn-reef-dragon
Erik BaloghTalented Dragontalented-dragon@levana.exchangehttps://github.com/lvn-talented-dragon
Jan GloserRuby Dragonruby-dragon@levana.exchangehttps://github.com/lvn-ruby-dragon
Michael BeloteSmaugs Treasurysmaugs-treasury@levana.exchange
Michael SnoymanRusty Dragonrusty-dragon@levana.exchangehttps://github.com/lvn-rusty-dragonRustyDragon#2239
Sibi PrabakaranHasky Dragonhasky-dragon@levana.exchangehttps://github.com/lvn-hasky-dragon
PiotrMindful Dragonmindful-dragon@levana.exchangehttps://github.com/mindfuldragon

Local setup for GitHub

This is one approach to getting permissions set up locally for GitHub, it’s not required but may be helpful.

  1. Create a new SSH keypair and save it somewhere, for example ~/.ssh/id_rsa_rusty_dragon

  2. Upload the public key for this keypair to your new Levana GitHub account

  3. Choose a directory to keep all your Levana repositories, e.g. ~/levana

  4. Add the following to your ~/.gitconfig file:

    [includeIf "gitdir:~/levana/"]
        path = ~/levana/gitconfig
    
  5. Create a new file ~/levana/gitconfig with the following contents (tweaked for your settings):

    [user]
        name = Rusty Dragon
        email = rusty-dragon@levana.exchange
    [commit]
        gpgsign = false
    [core]
        sshCommand = "ssh -i /home/michael/.ssh/id_rsa_rusty_dragon"