Rixstep
 About | ACP | Buy | Industry Watch | Learning Curve | News | Products | Search | Substack
Home » Products » Reviews » The Very Ugly » OnyX 1.4.1

OnyX 1.4.1: The Wizard Behind the Curtain

Task: write a program that encapsulates AppleScript which in turn encapsulates very simple and highly innocuous 'defaults' commands - then don't let on what you're doing: the essence of OnyX.

Every command in this list is a simple Terminal command encapsulated inside OnyX - no more, much less. All OnyX does is call them - without ever telling you how easy it really is. You can copy them out and call them yourself.

You had it all there on your computer all along. OnyX didn't tell you.

defaults read loginwindow BuildVersionStampAsString
defaults read loginwindow SystemVersionStampAsString
defaults write .GlobalPreferences AppleAquaColorVariant -integer 1;killall Finder
defaults write .GlobalPreferences AppleAquaColorVariant -integer 6;killall Finder
defaults write .GlobalPreferences AppleScrollBarVariant -string DoubleBoth;killall Finder
defaults write .GlobalPreferences AppleScrollBarVariant -string DoubleMax;killall Finder
defaults write .GlobalPreferences AppleScrollBarVariant -string DoubleMin;killall Finder
defaults write .GlobalPreferences AppleScrollBarVariant -string Single;killall Finder
defaults write com.apple.addressbook ABShowDebugMenu -boolean true
defaults write com.apple.diskcopy expert-mode -boolean YES
defaults write com.apple.dock AppleShowAllFiles -boolean YES
defaults write com.apple.dock launchanim -boolean YES
defaults write com.apple.dock mineffect -string genie;killall Dock
defaults write com.apple.dock mineffect -string scale;killall Dock
defaults write com.apple.dock mineffect -string suck;killall Dock
defaults write com.apple.dock orientation -string bottom;killall Dock
defaults write com.apple.dock orientation -string left;killall Dock
defaults write com.apple.dock orientation -string right;killall Dock
defaults write com.apple.dock orientation -string top;killall Dock
defaults write com.apple.dock pinning -string end;killall Dock
defaults write com.apple.dock pinning -string middle;killall Dock
defaults write com.apple.dock pinning -string start;killall Dock
defaults write com.apple.dock QuitFinder -boolean YES
defaults write com.apple.dock showhidden -boolean YES
defaults write com.apple.dock showshadow -boolean YES
defaults write com.apple.dvdplayer EnableDebugging -boolean true
defaults write com.apple.finder AnimateInfoPanes -boolean YES
defaults write com.apple.finder AnimateWindowZoom -boolean YES
defaults write com.apple.finder AppleShowAllFiles -boolean YES
defaults write com.apple.finder MaximumLabelLines -integer 1;killall Finder
defaults write com.apple.finder MaximumLabelLines -integer 2;killall Finder
defaults write com.apple.finder MaximumLabelLines -integer 3;killall Finder
defaults write com.apple.finder QuitMenuItem -boolean YES
defaults write com.apple.finder ZoomRects -boolean YES
defaults write com.apple.Safari AppleAntiAliasingThreshold -integer 2;
defaults write com.apple.Safari AppleAntiAliasingThreshold -integer 8;
defaults write com.apple.Safari AppleSmoothFontsSizeThreshold -integer 2
defaults write com.apple.Safari AppleSmoothFontsSizeThreshold -integer 8
defaults write com.apple.Safari IEFavoritesWereImported -boolean NO
defaults write com.apple.Safari IncludeDebugMenu -boolean YES
defaults write com.apple.Safari NetscapeAndMozillaFavoritesWereImported -boolean NO
About | ACP | Buy | Industry Watch | Learning Curve | News | Products | Search | Substack
Copyright © Rixstep. All rights reserved.