Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active August 18, 2017 10:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djtech42/07bcc02d4ddb084a162e to your computer and use it in GitHub Desktop.
Save djtech42/07bcc02d4ddb084a162e to your computer and use it in GitHub Desktop.
Create Alias for iCloud Drive
#!/bin/bash
ln -s ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/ iCloud
#Navigate to iCloud Drive from any directory:
cd ~/iCloud
#List all files (including hidden files) at top level of iCloud Drive:
ls -a ~/iCloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment