dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

:wrench: .files, including ~/.macos — sensible hacker defaults for macOS

Results 120 dotfiles issues
Sort by recently updated
recently updated
newest added

In reply to [this commit](https://github.com/mathiasbynens/dotfiles/commit/d91d9e8fbd0f4dd21444ac6166d0b299aedb23cb#comments), it is still possible to hide battery percentage [at least on OS X 10.9.5 Mavericks]. However, display remaining battery time has been removed by Apple....

System: - OS X 10.12.5 - Macbook Pro (tb) 2016 Process: - Quit System Preferences - Run: - - `# Enable tap to click (Trackpad) for this user and for...

Calls to systemsetup in the macos setup script return error messages. Here's an example:- ``` [:~] $ sudo systemsetup -setrestartfreeze on 2022-07-18 12:50:15.251 systemsetup[16791:120362] ### Error:-99 File:/AppleInternal/Library/BuildRoots/b6051351-c030-11ec-96e9-3e7866fcf3a1/Library/Caches/com.apple.xbs/Sources/Admin/InternetServices.m Line:379 [:~] $...

This command was commented out and I'm wondering if it works or if it broke something. I'm annoyed at how the media keys will only control itunes rather than spotify....

Hi guys, in the file .osx are among others these two lines (114 and 115): # Disable Notification Center and remove the menu bar icon launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2>...

It would be nice if you added a description for how to revert to the original settings. Thank you.

I'm getting multiple errors when I execute the `.macos` script on my computer (which runs [email protected]). ```text 2022-06-01 23:49:23.570 defaults[30802:1890220] Could not write domain com.apple.universalaccess; exiting 2022-06-01 23:49:28.533 defaults[30847:1890482] Could...

"My favorite macOS hack: "defaults write -g NSWindowShouldDragOnGesture YES". Restart any app. Slam down ctrl-opt-cmd and you can click and drag a window from any location." https://twitter.com/nibroc/status/963088893758259200

It seems that ``` bash defaults write com.apple.dock expose-animation-duration -float 0.1 ``` doesn't take effect in MacOS Sierra.