- Install an appropriate syntax plugin with prettifying capability (
category:formatters <language>). - Select the desired editor tab.
- Press
Alt + Shift + F.
Docker's buildx subsystem may not automatically load built images into the normal Docker cache, depending on the Docker configuration.
- Select a supported Docker platform for your host environment (e.g.
linux/arm64,linux/amd64, etc). - Run
docker buildx build [--builder <builder>] --platform <platform>.
| # asdf | |
| # https://asdf-vm.com/ | |
| # | |
| # ~/nfsshare/.tool-versions | |
| python 3.14.0 |
Most pager applications, including more, less, ov, and eless, corrupt hard tabs to spaces. Consequently, they may break common copy & paste workflows for Go, make, and other indentation sensitive languages.
Some alternatives exist.
Configure an environment variable PAGER=<command> with the desired pager command. Many applications, such as git, invoke pagers this way.
When registering URI handlers, Brave's configuration system often corrupts. Various hyperlinks may misbehave.
To fix this horrid computer state, pop open the hood and ensure that the pipes are fully connected to the right parts:
- Navigate to
brave://settings/handlers. - Set the desired platforms as the default handlers, such as Proton Mail for email
mailtoURI's.
Apple does not make it easy to very rapidly toggle between the two F1 - F12 vs. Brightness - Volume Up keyboard modes.
Fortunately, this can be automated via the Shortcuts scripting system.
Run Shell Script
defaults write -g com.apple.keyboard.fnState -int $(( ! "$(defaults read -g com.apple.keyboard.fnState -int)" ))