summaryrefslogtreecommitdiff
path: root/src/macos.thrust
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-10-22 17:36:11 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-10-22 17:36:11 +0100
commit40ae5938723abd004c49d6cff9624deed4b718db (patch)
tree3e4bd77d199d79e735df0ece6555a219496521ac /src/macos.thrust
parente8dbb24abc75f1c425d83a693b2c562b7764d173 (diff)
indent macOS markdown
the previous note about the SMC reset ended up outside the `{% markdown %}` block.
Diffstat (limited to '')
-rw-r--r--src/macos.thrust104
1 files changed, 52 insertions, 52 deletions
diff --git a/src/macos.thrust b/src/macos.thrust
index c3e3a4c..74ab8dd 100644
--- a/src/macos.thrust
+++ b/src/macos.thrust
@@ -12,71 +12,71 @@ date: 2020-08-27
</header>
<article>
{% markdown %}
-A list of stuff I want in a fresh macOS install.
+ A list of stuff I want in a fresh macOS install.
-[TOC]
+ [TOC]
-## System Preferences
+ ## System Preferences
-- Text to Speech (in Accessibility):
- - ⌥ ⎋ shortcut.
- - High WPM.
- - Download Samantha voice.
-- Keyboard:
- - Layout is Colemak.
- - Enable Emoji viewer.
- - Caps is Escape.
- - Disable spelling corrections.
-- Trackpad:
- - Click to drag.
- - 3-finger drag (in Accessibility).
-- Hot corners:
- - Lower left: _Show Desktop_.
- - Lower right: _Notification Center_.
- - Upper right: _Mission Control_.
+ - Text to Speech (in Accessibility):
+ - ⌥ ⎋ shortcut.
+ - High WPM.
+ - Download Samantha voice.
+ - Keyboard:
+ - Layout is Colemak.
+ - Enable Emoji viewer.
+ - Caps is Escape.
+ - Disable spelling corrections.
+ - Trackpad:
+ - Click to drag.
+ - 3-finger drag (in Accessibility).
+ - Hot corners:
+ - Lower left: _Show Desktop_.
+ - Lower right: _Notification Center_.
+ - Upper right: _Mission Control_.
-## Misc stuff
+ ## Misc stuff
-- Week numbers in Calendar:
- - Preferences, Advanced, _Show week numbers_.
-- Plain text in TextEdit:
- - Preferences, switch from _Rich text_ to _Plain text_.
-- Show URLs on hover in Safari:
- - View, enable _Show Status Bar_.
+ - Week numbers in Calendar:
+ - Preferences, Advanced, _Show week numbers_.
+ - Plain text in TextEdit:
+ - Preferences, switch from _Rich text_ to _Plain text_.
+ - Show URLs on hover in Safari:
+ - View, enable _Show Status Bar_.
-## Homebrew
+ ## Homebrew
-```sh
-$ brew install \
- entr \
- jq \
- moreutils \
- pre-commit \
- ripgrep \
- rlwrap \
- tmux
-```
+ ```sh
+ $ brew install \
+ entr \
+ jq \
+ moreutils \
+ pre-commit \
+ ripgrep \
+ rlwrap \
+ tmux
+ ```
-## Custom sound effects
+ ## Custom sound effects
-1. Move e.g. `Honk.aiff` to `/Library/Audio/Sounds/Alerts/`.
-2. Open _System Preferences > Sound > Sound Effects_.
-3. Select "Honk".
+ 1. Move e.g. `Honk.aiff` to `/Library/Audio/Sounds/Alerts/`.
+ 2. Open _System Preferences > Sound > Sound Effects_.
+ 3. Select "Honk".
-## Misc / other
+ ## Misc / other
-- [Resetting the SMC](https://support.apple.com/en-us/HT201295) can apparently help if e.g. the GPU is being screwy.
+ - [Resetting the SMC](https://support.apple.com/en-us/HT201295) can apparently help if e.g. the GPU is being screwy.
-### How to print double-sided / duplex
+ ### How to print double-sided / duplex
-1. In the print dialog, click _Show Details_, then _Paper Handling_.
-2. Set the _Pages to Print_ to _Odds Only_.
-3. Print.
-4. Take the paper direct from the out-tray to the in-tray.
-5. In the print dialog, click _Show Details_, then _Paper Handling_.
-6. Set the _Pages to Print_ to _Odds Only_.
-7. Set the _Page Order_ to _Reverse_.
-8. Print.
+ 1. In the print dialog, click _Show Details_, then _Paper Handling_.
+ 2. Set the _Pages to Print_ to _Odds Only_.
+ 3. Print.
+ 4. Take the paper direct from the out-tray to the in-tray.
+ 5. In the print dialog, click _Show Details_, then _Paper Handling_.
+ 6. Set the _Pages to Print_ to _Odds Only_.
+ 7. Set the _Page Order_ to _Reverse_.
+ 8. Print.
{% endmarkdown %}
</article>
{% endblock %}