Skip to content

Instantly share code, notes, and snippets.

@nathansgreen
Last active May 25, 2023 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathansgreen/341f90887bfe5f91802eee21c7e0d9d0 to your computer and use it in GitHub Desktop.
Save nathansgreen/341f90887bfe5f91802eee21c7e0d9d0 to your computer and use it in GitHub Desktop.
Fix macOS not enough free space to update
#!/bin/sh
# Manually free up local copies of files backed up to iCloud.
path=${1:-*}
pushd "~/Library/Mobile Documents/com~apple~CloudDocs" \
&& brctl evict $path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment