Add a recent applications dock folder in OS X
In terminal type these commands. The “killAll dock” command may require you to use sudo if you don’t have the right permissions.
% defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type”=”recents-tile”;}’
% killAll dock