All Projects → fwartner → Homebrew Mac Cleanup

fwartner / Homebrew Mac Cleanup

Licence: mit
🗑️ Cleanup script for OSX

Programming Languages

shell
77523 projects
bash
514 projects

Labels

Projects that are alternatives of or similar to Homebrew Mac Cleanup

Hazelcast Cpp Client
Hazelcast IMDG C++ Client
Stars: ✭ 67 (-94.43%)
Mutual labels:  osx
Timelapsebuilder Swift
Build a movie from jpeg images in Swift using AVFoundation
Stars: ✭ 72 (-94.01%)
Mutual labels:  osx
Chakracore
ChakraCore is an open source Javascript engine with a C API.
Stars: ✭ 8,600 (+615.47%)
Mutual labels:  osx
Webdavfs
Linux / OSX FUSE webdav filesystem. This filesystem behaves like a real network filesystem- no unnecessary copying of entire files.
Stars: ✭ 69 (-94.26%)
Mutual labels:  osx
Ddcctl
DDC monitor controls (brightness) for Mac OSX command line
Stars: ✭ 1,171 (-2.58%)
Mutual labels:  osx
Terraenv
Terraform & Terragrunt Version Manager
Stars: ✭ 72 (-94.01%)
Mutual labels:  osx
Xcodeicontagger
Adds version and commit hash as an overlay to your iOS app's icon.
Stars: ✭ 66 (-94.51%)
Mutual labels:  osx
Menubar Brightness
MacOS app to change the screen brightness on the menubar.
Stars: ✭ 77 (-93.59%)
Mutual labels:  osx
Macqq
mac版QQ,swift,macOS,仿QQ mac端
Stars: ✭ 72 (-94.01%)
Mutual labels:  osx
Ejdb
🏂 EJDB 2.0 — Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image.
Stars: ✭ 1,187 (-1.25%)
Mutual labels:  osx
Magnum Bootstrap
Bootstrap projects for Magnum C++11/C++14 graphics engine
Stars: ✭ 69 (-94.26%)
Mutual labels:  osx
Zap
A CLI for cleaning up after .apps
Stars: ✭ 70 (-94.18%)
Mutual labels:  osx
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (-1.58%)
Mutual labels:  osx
Reminders Cli
Command-line interface to interact with the Reminders.app
Stars: ✭ 67 (-94.43%)
Mutual labels:  osx
Zcash Apple
Zcash for Apple platforms
Stars: ✭ 75 (-93.76%)
Mutual labels:  osx
Magnum Plugins
Plugins for the Magnum C++11/C++14 graphics engine
Stars: ✭ 66 (-94.51%)
Mutual labels:  osx
.dots
💻 All of my dotfiles.
Stars: ✭ 72 (-94.01%)
Mutual labels:  osx
Chrysalisp
Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...
Stars: ✭ 1,205 (+0.25%)
Mutual labels:  osx
Macchanger
 Change your mac address, for macOS
Stars: ✭ 75 (-93.76%)
Mutual labels:  osx
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-93.93%)
Mutual labels:  osx

mac-cleanup

Build Status

A cleanup script for macOS that runs the following tasks:

  • Empty the Trash on All Mounted Volumes and the Main HDD
  • Clear System Log Files
  • Clear Adobe Cache Files
  • Cleanup iOS Applications
  • Remove iOS Device Backups
  • Cleanup Xcode Derived Data and Archives
  • Reset iOS simulators
  • Cleanup Homebrew Cache
  • Cleanup Any Old Versions of Gems
  • Cleanup Dangling Docker Images
  • Purge Inactive Memory
  • Cleanup pip cache
  • Cleanup Pyenv-VirtualEnv Cache
  • Cleanup npm Cache
  • Cleanup Yarn Cache
  • Cleanup Docker Images and Stopped Containers
  • Cleanup CocoaPods Cache Files
  • Cleanup composer cache
  • Cleanup Dropbox cache

Install Automatically

Using homebrew

brew tap fwartner/mac-cleanup
brew install mac-cleanup

Using curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh)"

Using wget

sh -c "$(wget https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh -O -)"

Step by Step Install

  1. Download: curl -o cleanup https://raw.githubusercontent.com/fwartner/mac-cleanup/master/cleanup.sh
  2. Make it executable: chmod +x cleanup
  3. Move to make it globally usable: sudo mv cleanup /usr/local/bin/cleanup

Update

curl -fsSL "https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh" | bash -s update

Uninstall

curl -fsSL "https://raw.githubusercontent.com/fwartner/mac-cleanup/master/installer.sh" | bash -s uninstall

Usage Options

Help menu:

$ cleanup -h

A Mac Cleanup Utility by fwartner
https://github.com/fwartner/mac-cleanup

USAGE:
 cleanup [FLAGS]

FLAGS:
-h,   prints help menu
-n    no brew updates

Clean up without homebrew updates:

$ cleanup -n

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].