Add Safari category and entry

This commit is contained in:
Marcel Bischoff 2015-10-18 17:45:35 +02:00
parent ab0a4cb3d0
commit 9a3a7110c4

View File

@ -16,6 +16,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Applications](#applications) - [Applications](#applications)
- [App Store](#app-store) - [App Store](#app-store)
- [Apple Remote Desktop](#apple-remote-desktop) - [Apple Remote Desktop](#apple-remote-desktop)
- [Safari](#safari)
- [Sketch](#sketch) - [Sketch](#sketch)
- [TextEdit](#textedit) - [TextEdit](#textedit)
- [Backup](#backup) - [Backup](#backup)
@ -120,6 +121,17 @@ rm -r ~/Library/Application\ Support/Remote\ Desktop/
rm -r ~/Library/Containers/com.apple.RemoteDesktop rm -r ~/Library/Containers/com.apple.RemoteDesktop
``` ```
### Safari
#### Enable Develop Menu and Web Inspector
```bash
defaults write com.apple.Safari IncludeInternalDebugMenu -bool true && \
defaults write com.apple.Safari IncludeDevelopMenu -bool true && \
defaults write com.apple.Safari WebKitDeveloperExtrasEnabledPreferenceKey -bool true && \
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled -bool true && \
defaults write NSGlobalDomain WebKitDeveloperExtras -bool true
```
### Sketch ### Sketch
#### Export Compact SVGs #### Export Compact SVGs