Skip to content

Instantly share code, notes, and snippets.

@Mikulas
Created January 9, 2011 12:20
Show Gist options
  • Save Mikulas/771639 to your computer and use it in GitHub Desktop.
Save Mikulas/771639 to your computer and use it in GitHub Desktop.
Symlinks for Mac setup
cd ~
sudo -s
rm -rf Downloads
ln -s /Volumes/Media/Downloads/Storage Downloads
rm -rf Music
ln -s /Volumes/Media/Music Music
rm -rf Pictures
ln -s /Volumes/Media/Images Pictures
rm -rf Documents
ln -s /Volumes/Media/Documents Documents
rm -rf Sites
ln -s /Volumes/Data/Web Sites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment