mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-16 22:43:08 +00:00
20 lines
764 B
Handlebars
20 lines
764 B
Handlebars
|
---
|
||
|
metaTitle: 'macOS defaults'
|
||
|
---
|
||
|
# 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?
|
||
|
Please update [this file](https://github.com/yannbertrand/macos-defaults/blob/master/defaults.yml) that I use to [build multiple websites](https://github.com/yannbertrand/macos-defaults/#readme) like this one.
|
||
|
|
||
|
## ❤️ I like this website, how can I build the same?
|
||
|
Thank you! I built it using [VuePress](https://vuepress.vuejs.org/). Take a look at [my report](https://github.com/yannbertrand/macos-defaults/tree/master/build/vuepress#readme) if you want to use it.
|