mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-15 06:02:40 +00:00
33 lines
1.4 KiB
Handlebars
33 lines
1.4 KiB
Handlebars
---
|
|
metaTitle: "macOS defaults"
|
|
meta:
|
|
- property: "og:title"
|
|
content: "A list of macOS defaults commands with demos ✨"
|
|
- name: "description"
|
|
content: "You've already copied `defaults write` commands. Sometimes you don't know what they do and are not sure they still work. This list of macOS defaults commands is here to help."
|
|
- property: "og:description"
|
|
content: "You've already copied `defaults write` commands. Sometimes you don't know what they do and are not sure they still work. This list of macOS defaults commands is here to help."
|
|
- property: "twitter:card"
|
|
content: "summary_large_image"
|
|
- property: "twitter:image"
|
|
content: "https://inspiring-hopper-66c5ab.netlify.app/media-2x1.webp"
|
|
- property: "og:image"
|
|
content: "https://inspiring-hopper-66c5ab.netlify.app/media-2x1.jpg"
|
|
---
|
|
# macOS `defaults` list
|
|
Uncomplete list of macOS `defaults` commands with demos ✨
|
|
|
|
## 💻 Commands
|
|
{{# categories }}
|
|
### {{ name }}
|
|
{{# keys }}
|
|
- [{{ title }}](./{{ ../folder }}/{{ key }}.html)
|
|
{{/ keys}}
|
|
|
|
{{/ categories }}
|
|
## 🤔 How do I add a command?
|
|
The list will soon be open sourced! You'll always be welcome to submit PRs, until then reach me on
|
|
[Twitter](http://twitter.com/_YannBertrand).
|
|
|
|
## ❤️ I like this website, how can I build the same?
|
|
Thank you! I built it using [VuePress](https://vuepress.vuejs.org/). I liked the experience a lot.
|