- Boot into recovery
- Open a terminal (
Utilities > Terminal) - Disable SIP using
csrutil disable(confirm the prompt withy) - Reboot into macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // so a cool trick with macros in C (and C++) is that since macros inside of | |
| // macros are stille evaluated by the preprocessor, you can use macro names as | |
| // parameters to other macros (and even construct macro names out of out of | |
| // parameters!) - so using this trick if we have some macro like | |
| // this: | |
| #include <stddef.h> | |
| #define MY_TYPES_ITER(_F, ...) \ | |
| _F(FOO, foo, 0, __VA_ARGS__) \ |
Basic Setup For Multiple Gmail Accounts In Neomutt
Just started using Neomutt, so my setup is still very basic.
It was quite a headache getting it to work with multiple Gmail accounts.
Hopefully the information below helps you and future me.
Created from the plain text reference card on orgmode.org Download this file, and open it in Emacs org-mode!
My personal & professional linting setup for JS projects.
- Modern ESLint v9+ flat config: Uses the new flat configuration format
- Dynamic feature detection: Automatically configures based on your project's dependencies
- TypeScript support: Full TypeScript linting with modern typescript-eslint parser and rules
- React ecosystem: React, React Hooks, and JSX accessibility rules when React is detected
- Next.js support: Automatically configures Next.js official plugin linting rules when detected
- Test framework agnostic: Supports Jest and Vitest with automatic detection
- Testing Library integration: Automatically includes Testing Library rules for test files
- YAML/YML support: Built-in linting for YAML configuration files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit ea830e03d4d4562b1ff225940f65bceddd9cad6c | |
| Author: Hayaki Saito <saitoha@me.com> | |
| Date: Sun Jun 11 23:46:45 2017 +0900 | |
| Add sixel graphics support | |
| Signed-off-by: Hayaki Saito <saitoha@me.com> | |
| diff --git a/Makefile b/Makefile | |
| index d8595fe..a25d040 100644 |
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
NewerOlder