Alex Balgavy

Just some stuff about me.

Here's my dotfiles repository.

Check out my blog.

My keys: PGP, SSH

My crypto wallets (BTC, XMR)

Fix macOS quarantine (file is damaged and can’t be opened)

Of course it’s not damaged, it’s just macOS thinking it knows better than you.

sudo xattr -rds com.apple.quarantine /path/to/app

Recursively delete the quarantine attribute.