mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
This command seems to fuck up all my application icons
This commit is contained in:
parent
fb71386a04
commit
7cc3a84817
@ -41,7 +41,7 @@ defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
|
||||
defaults write com.apple.LaunchServices LSQuarantine -bool false
|
||||
|
||||
# Remove duplicates in the “Open With” menu (also see `lscleanup` alias)
|
||||
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
|
||||
# /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user
|
||||
|
||||
# Display ASCII control characters using caret notation in standard text views
|
||||
# Try e.g. `cd /tmp; unidecode "\x{0000}" > cc.txt; open -e cc.txt`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user