From 16050e807804a4b8c68a4f9a663bb0751dec4584 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 24 Oct 2015 23:34:39 +0200 Subject: [PATCH] Cleanup duplicate entry --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 16ccefa..85d6d00 100644 --- a/README.md +++ b/README.md @@ -308,12 +308,6 @@ 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