Skip to content

Instantly share code, notes, and snippets.

View priyanshoon's full-sized avatar

Priyanshu Gupta priyanshoon

View GitHub Profile
@notnotrobby
notnotrobby / cgp.md
Last active November 2, 2025 09:59
List of free resources to study computer graphics programming.
@rahularity
rahularity / work-with-multiple-github-accounts.md
Last active October 29, 2025 10:22
How To Work With Multiple Github Accounts on your PC

How To Work With Multiple Github Accounts on a single Machine

Let suppose I have two github accounts, https://github.com/rahul-office and https://github.com/rahul-personal. Now i want to setup my mac to easily talk to both the github accounts.

NOTE: This logic can be extended to more than two accounts also. :)

The setup can be done in 5 easy steps:

Steps:

  • Step 1 : Create SSH keys for all accounts
  • Step 2 : Add SSH keys to SSH Agent
@miguelmota
miguelmota / 30-touchpad.conf
Created February 29, 2020 02:44
Arch linux enable tap to click on touchpad
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection