Skip to content

Instantly share code, notes, and snippets.

View yurovant's full-sized avatar
🇺🇦
Stop war in Ukraine!!

Anton Yurovskykh yurovant

🇺🇦
Stop war in Ukraine!!
View GitHub Profile
@yurovant
yurovant / mac-setup.md
Created October 4, 2025 08:38 — forked from orlando/mac-setup.md
Fresh Mac OS Setup

1. Run Software Update

Make sure everything is up to date in the App Store

2. Install Homebrew

  1. Open a terminal window and execute the Homebrew install script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

How to remap keys on macOS without third-party applications

You can remap keys via the macOS embedded command line tool hidutil.


Table of keyboard usages and their usage IDs

| Usage | Usage ID (hex) | Usage | Usage ID (hex) | Usage | Usage ID (hex) | Usage | Usage ID (hex) |

@yurovant
yurovant / README.md
Last active June 17, 2023 17:39 — forked from addyosmani/README.md
108 byte CSS Layout Debugger

CSS layout debugger

A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.

One-line version to paste in your DevTools

Using $$ (if your browser aliases it):

~66 byte code-golfed version