You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,12 +192,13 @@ Other Linux distributions are not covered by the installer. You can adapt the sc
192
192
***`nvm` does not load:** Restart the shell or source`~/.bashrc` / `~/.zshrc`;if you need a one-off recovery, run `export NVM_DIR="$HOME/.nvm";."$NVM_DIR/nvm.sh"; nvm use --lts`.
193
193
***`swiftly` is missing on Linux:** Make sure `~/.local/share/swiftly/env.sh` exists and that `gnupg` is installed, because signature verification depends on `gpg`; a manual recovery is `test -f "$HOME/.local/share/swiftly/env.sh"&&."$HOME/.local/share/swiftly/env.sh"&& swiftly install stable`.
194
194
***Xcode developer tools are missing on macOS:** The installer now checks `xcode-select -p` and `xcodebuild -version` before running the macOS package/bootstrap path. If either check fails, install Xcode from the App Store or run `xcode-select --install` and retry.
195
+
***Three-finger drag is not taking effect:** Set it manually in`System Settings > Accessibility > Pointer Control > Trackpad Options` and enable`Use trackpad for dragging`. macOS may not persist that toggle reliably through `defaults`.
195
196
***`fzf` bindings are missing:** Rerun the installer with `--all` or source the `fzf` keybindings and completion files manually from your shell rc.
196
197
***`bat` and `fd` look unfamiliar on Ubuntu:**`batcat` and `fdfind` are the packaged binary names; the installer creates `bat` and `fd` shims when it can write to `/usr/local/bin`.
197
198
***Prompt customization is not visible:**`oh-my-posh` only loads in interactive shells, so non-interactive sessions will not show the prompt theme.
198
199
***`winget` is missing on Windows:** Install App Installer from Microsoft, or continue with Scoop and Chocolatey while keeping winget for later.
199
200
***Chocolatey needs elevation:** The Windows installer relaunches with UAC when it needs admin rights;if you prefer `gsudo`, install it first and future iterations can use it as the elevation path.
200
-
***Touch ID for`sudo`:** On macOS, the installer can only check whether Touch ID is already enabled for`sudo` and print a manual recovery hint if it is missing. It does not patch `/etc/pam.d`for you.
201
+
***Touch ID for`sudo`:** On macOS, the installer can only check whether Touch ID is already enabled for`sudo` and print a manual recovery hint if it is missing. The file to edit is `/etc/pam.d/sudo`, and the line to add is `auth sufficient pam_tid.so`.
201
202
***Stats.app is blocked by Gatekeeper:** If Stats is installed via Homebrew but still refuses to open, run `sudo xattr -r -d com.apple.quarantine /Applications/Stats.app/`.
202
203
***Inventory sync:** The companion `list-macOS-apps` repo can help snapshot installed Mac apps before you expand or prune `macos/Brewfile`.
0 commit comments