-
Download OS from AppStore (eg macOS Sonoma) -- do not install
-
Open terminal to get shell prompt. Go to desktop:
% cd ~/Desktop
- Create DMG container (note 1 hyphen in "-volume" and other args)
| #!/bin/bash | |
| # set -x | |
| # The default code coverage output from `xcodebuild test -enableCodeCoverage YES` is misleading since it contains stats | |
| # for the test files themselves. This script goes through the xcov archive and extracts those paths that have | |
| # '/Features/Sources/' in them. It then generates a new report using just those files. Major PITA. | |
| # There must be an an archive file to use | |
| # shellcheck disable=SC2086 |
| {"label":"Coverage","message":"82.1%","schemaVersion":1,"color":"success"} |
| ;;; init.el --- load the full configuration -*- lexical-binding: t; -*- | |
| ;;; Commentary: | |
| ;;; Code: | |
| (defconst my/screen-laptop (intern "my/screen-laptop") | |
| "Symbol to indicate display is MacBook Pro 16\" laptop screen.") | |
| (defconst my/screen-4k (intern "my/screen-4k") | |
| "Symbol to indicate display is 4K screen.") |
| {"label":"Coverage","message":"95.45%","schemaVersion":1,"color":"success"} |
| {"label":"Coverage","message":"81.33%","schemaVersion":1,"color":"success"} |
| {"label":"Coverage","message":"90.31%","schemaVersion":1,"color":"success"} |
| {"label":"Coverage","message":"93.27%","schemaVersion":1,"color":"success"} |
| {"label":"Coverage","message":"12.34%","schemaVersion":1,"color":"success"} |
Download OS from AppStore (eg macOS Sonoma) -- do not install
Open terminal to get shell prompt. Go to desktop:
% cd ~/Desktop
msmtp using brew install msmtpmsmtp using the following:# Set default values for all the accounts.
defaults
auth on
logfile ~/.maildir/msmtp.log
port 587
protocol smtp