mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 12:56:24 +10:00
Use full PlistBuddy path instead of the alias, so .osx can be used stand-alone.
This commit is contained in:
@@ -87,7 +87,7 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
|
||||
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
|
||||
|
||||
# Show item info below desktop icons
|
||||
plistbuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist
|
||||
/usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist
|
||||
|
||||
# Disable the warning before emptying the Trash
|
||||
defaults write com.apple.finder WarnOnEmptyTrash -bool false
|
||||
|
||||
Reference in New Issue
Block a user