~/.osx — a collection of sensible defaults for OS X Lion
1–10 of 90 posts
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#2Expanded save/load panel by default is awesome, though. So thanks!
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#3Cool. I don't know that I'd call them sensible in general, though, even if they are sensible for you. Disabling disk image verification permanently, for instance, is probably a bad idea. Expanded save/load panel by default is awesome, though. So thanks!
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#4Re: ~/.osx — a collection of sensible defaults for OS X Lion
#5Some of these are hard to understand from their one-line descriptions. e.g. 'Remove useless icons from Safari's bookmark bar'? Maybe a blog post is in order?
Edit: And I don't even know how to search for information about it since the dot is ignored in Google and GitHub :D
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#6defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false
Is there a way to disable resume for every app? Maybe it's just this?
defaults write com.apple.* NSQuitAlwaysKeepsWindows -bool false
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#7 defaults write com.apple.desktopservices DSDontWriteNetworkStores trueRe: ~/.osx — a collection of sensible defaults for OS X Lion
#8so this disables resumes for Preview: defaults write com.apple.Preview NSQuitAlwaysKeepsWindows -bool false Is there a way to disable resume for every app? Maybe it's just this? defaults write com.apple.* NSQuitAlwaysKeepsWindows -bool false
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#9Some of these are hard to understand from their one-line descriptions. e.g. 'Remove useless icons from Safari's bookmark bar'? Maybe a blog post is in order?
Yes! Mathias, if you could do something like this, it would be very helpful. I didn't even know about .osx. Edit: And I don't even know how to search for information about it since the dot is ignored in Google and GitHub :D
Re: ~/.osx — a collection of sensible defaults for OS X Lion
#10Some of these are hard to understand from their one-line descriptions. e.g. 'Remove useless icons from Safari's bookmark bar'? Maybe a blog post is in order?
Yes! Mathias, if you could do something like this, it would be very helpful. I didn't even know about .osx. Edit: And I don't even know how to search for information about it since the dot is ignored in Google and GitHub :D
It’s pretty useful though; when I set up a new machine, I just clone my repo, run the bootstrapper, then `./.osx` and BOOM!