Skip to content

Instantly share code, notes, and snippets.

View aarongeorge's full-sized avatar
🤖

ADG aarongeorge

🤖
View GitHub Profile
@aarongeorge
aarongeorge / EventEmitter.ts
Last active October 27, 2020 22:51
Flexible Event Emitter for TypeScript
/**
* EventEmitter
*
* @desc An event emitter
*/
interface Listener {
cb: (...args: any[]) => void
count: number
name: string

macOS Reinstall Checklist

Clean install without USB
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/startosinstall --agreetolicense --eraseinstall

Set “Key Repeat” to “Fast”
defaults write -g InitialKeyRepeat -int 15

Set “Delay Until Repeat” to “Short”
defaults write -g KeyRepeat -int 2