Skip to content

Instantly share code, notes, and snippets.

View aelhady03's full-sized avatar
🎯
Focusing

Ahmed Elhady aelhady03

🎯
Focusing
View GitHub Profile
@developius
developius / README.md
Last active April 1, 2026 15:21
Setup SSH keys for use with GitHub/GitLab/BitBucket etc

Create a new repository, or reuse an existing one.

Generate a new SSH key:

ssh-keygen -t rsa -C "your_email@example.com"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings (https://github.com/settings/keys).

Test SSH key:

@pziecina
pziecina / README.md
Last active February 22, 2024 05:29
dwm configuration

dwm config

Install required packages:

apt-get install libxinerama-dev libx11-dev

Customization of [dwm], which base code of dwm may be found under:

git clone http://git.suckless.org/dwm