diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-09-11 19:02:02 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-09-11 19:02:02 +0100 |
commit | c3800fc3b2ae96086c5d263dc19215ffe01e16a1 (patch) | |
tree | bc6d052689868730709a7641492175f90545b429 /src/howto-mac.thrust | |
parent | 581e95391a6553ce7ad51735496fcd6e27c59922 (diff) |
rename howto-mac to macos
Diffstat (limited to 'src/howto-mac.thrust')
-rw-r--r-- | src/howto-mac.thrust | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/src/howto-mac.thrust b/src/howto-mac.thrust deleted file mode 100644 index 85c9bdb..0000000 --- a/src/howto-mac.thrust +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: How I like my macOS -date: 2020-08-27 ---- -{% extends 'templates/base.html' %} -{% block body %} - <nav> - <a href='/'>> index</a> - </nav> - <header> - <h1>{{ title }}</h1> - </header> - <article> - {% 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 %} - </article> -{% endblock %} |