Skip to content

Instantly share code, notes, and snippets.

View andres-torres-marroquin's full-sized avatar
🎯
Focusing

Andrés Torres Marroquín andres-torres-marroquin

🎯
Focusing
View GitHub Profile
useBooleanState = (initialValue) ->
[value, setValue] = React.useState initialValue
setTrue = React.useCallback ->
setValue yes
, []
setFalse = React.useCallback ->
setValue no
@andres-torres-marroquin
andres-torres-marroquin / gist:8d6c6daad7e3ab170034168a4b71b21c
Created May 6, 2019 12:22
How to remove 'Boot OS X install from partition' from Clover bootloader

How to remove 'Boot OS X install from partition' from Clover bootloader

sudo rm -rf "/macOS Install Data" /.IAProductInfo