Skip to content

Instantly share code, notes, and snippets.

View saimon833's full-sized avatar
💀
Dying inside

Szymon Kmieć saimon833

💀
Dying inside
View GitHub Profile
@saimon833
saimon833 / ranger-cheatsheet.md
Created September 5, 2021 09:45 — forked from heroheman/ranger-cheatsheet.md
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts
@saimon833
saimon833 / Set up GitHub push with SSH keys.md
Last active August 27, 2021 14:30 — forked from xirixiz/Set up GitHub push with SSH keys.md
Set up GitHub push with SSH keys

SSH keypair setup for GitHub

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t ed25519 -C "[email protected]"