diff --git a/README.md b/README.md index 85d6d00..16ccefa 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,12 @@ Like the Disk Utility "Restore" function. sudo asr -restore -noverify -source /path/to/diskimage.dmg -target /Volumes/VolumeToRestoreTo ``` +## Dock + +#### Add a Stack with Recent Applications to Dock +```bash +defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'; killall Dock +``` ## Dock