mathiasbynens / dotfiles

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
https://mths.be/dotfiles
MIT License
30.04k stars 8.75k forks source link

.macos: Remove `tmutil disablelocal` #897

Closed ealeksandrov closed 1 year ago

ealeksandrov commented 4 years ago

disablelocal option was removed in Sierra and haven't got back since then. And there is no known substitute. Verified on Catalina.

hash tmutil &> /dev/null && sudo tmutil disablelocal
disablelocal: Unrecognized verb.

Closes #842.