Skip to content

Instantly share code, notes, and snippets.

View acyuta's full-sized avatar
🌐
Digital Nomad

Akim Glushkov acyuta

🌐
Digital Nomad
View GitHub Profile
enum Sprites {
HERO_MOVE,
HERO_STAND_UP,
HERO_STAND_DOWN,
}
class Bitmap {}
class Hero {
@acyuta
acyuta / mac-setup-redis.md
Created December 6, 2021 10:19 — forked from tomysmile/mac-setup-redis.md
Brew install Redis on Mac

type below:

brew update
brew install redis

To have launchd start redis now and restart at login:

brew services start redis