Skip to content

Instantly share code, notes, and snippets.

View Gatormane35's full-sized avatar

Kwamana brown Gatormane35

  • Gators hotdog
  • 3152 spence rd pelham ga 31779
View GitHub Profile
@Gatormane35
Gatormane35 / fix_onedrive.sh
Created December 16, 2024 21:14 — forked from drblue/fix_onedrive.sh
Fix OneDrive for Mac CPU usage
#!/bin/bash
## Fix OneDrive for Mac CPU usage
##
## Seems this is still a problem 5 years later after I created this little gist.
## I have long since stopped using OneDrive (luckily), but according to
## comments below, I have added the new path for OfficeFileCache for macOS
## Mojave (10.14) and Catalina (10.15).
## Run this on macOS Mojave (10.14) and Catalina (10.15)
find ~/Library/Containers/ -type d -name OfficeFileCache -exec rm -r {} +