From c3800fc3b2ae96086c5d263dc19215ffe01e16a1 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Fri, 11 Sep 2020 19:02:02 +0100 Subject: rename howto-mac to macos --- src/macos.thrust | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/macos.thrust (limited to 'src/macos.thrust') diff --git a/src/macos.thrust b/src/macos.thrust new file mode 100644 index 0000000..85c9bdb --- /dev/null +++ b/src/macos.thrust @@ -0,0 +1,55 @@ +--- +title: How I like my macOS +date: 2020-08-27 +--- +{% extends 'templates/base.html' %} +{% block body %} + +
+

{{ title }}

+
+
+ {% markdown %} +A list of stuff I want in a fresh macOS install. + +## 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_. + +## Misc stuff + +- Week numbers in Calendar: + - Preferences, Advanced, _Show week numbers_. +- Plain text in TextEdit: + - Preferences, switch from _Rich text_ to _Plain text_. + +## Homebrew + +```sh +$ brew install \ + entr \ + jq \ + pre-commit \ + ripgrep \ + tmux +``` + {% endmarkdown %} +
+{% endblock %} -- cgit v1.2.3