All Projects → mac-cleanup → mac-cleanup-sh

mac-cleanup / mac-cleanup-sh

Licence: MIT license
🗑️ Cleanup script for macOS (DEPRECATED)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to mac-cleanup-sh

Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (-61.07%)
Mutual labels:  homebrew, osx
Mas
📦 Mac App Store command line interface
Stars: ✭ 8,603 (+442.78%)
Mutual labels:  homebrew, osx
Xdebug Osx
Simple bash script to toggle xdebug on/off in OSX
Stars: ✭ 258 (-83.72%)
Mutual labels:  homebrew, osx
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (-98.49%)
Mutual labels:  homebrew, osx
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+39.87%)
Mutual labels:  homebrew, osx
Homebrew Pothos
Homebrew formulas for Pothos and SoapySDR
Stars: ✭ 52 (-96.72%)
Mutual labels:  homebrew, osx
Mos
一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 | A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS
Stars: ✭ 7,772 (+390.35%)
Mutual labels:  homebrew, osx
Iterm Fish Fisher Osx
Complete guide and Bash script to install Command Line Tools + Homebrew + iTerm2 + Fish Shell + Fisher + Plugins for development purposes
Stars: ✭ 249 (-84.29%)
Mutual labels:  homebrew, osx
App Downloader
Easily search for macOS apps from the `homebrew cask` app catalog.
Stars: ✭ 166 (-89.53%)
Mutual labels:  homebrew, osx
Servpane
A launchd menu bar app for Mac
Stars: ✭ 99 (-93.75%)
Mutual labels:  homebrew, osx
Openssl Osx Ca
Simple periodic task to sync OSX Keychain certs to Homebrew installed OpenSSL & LibreSSL
Stars: ✭ 185 (-88.33%)
Mutual labels:  homebrew, osx
brewfile
🍎 Brewfile to install softwares in macOS for engineers
Stars: ✭ 37 (-97.67%)
Mutual labels:  homebrew, osx
homebrew-openni2
OpenNI2-related formulae for the Homebrew package manager
Stars: ✭ 41 (-97.41%)
Mutual labels:  homebrew
Ether
A Command-Line Interface for the Swift Package Manager
Stars: ✭ 86 (-94.57%)
Mutual labels:  homebrew
MetaWear-SDK-Cpp
MetaWear C++ SDK - Platform Agnostic - Main lib - No Bluetooth
Stars: ✭ 42 (-97.35%)
Mutual labels:  osx
MahiruLauncher
🍢 Cross-platform modular launcher
Stars: ✭ 14 (-99.12%)
Mutual labels:  osx
falcon
A WordPress cleanup and performance optimization plugin.
Stars: ✭ 17 (-98.93%)
Mutual labels:  cleanup
dotfiles
🏠 dotfile configuration for macOS and Linux
Stars: ✭ 37 (-97.67%)
Mutual labels:  homebrew
homebrew-essentia
Homebrew build scripts for Essentia
Stars: ✭ 25 (-98.42%)
Mutual labels:  homebrew
awsrm
A remove command for AWS resources
Stars: ✭ 74 (-95.33%)
Mutual labels:  cleaning

mac-cleanup

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
  • Remove PhpStorm logs
  • Remove Minecraft logs and cache
  • Remove Steam logs and cache
  • Remove Lunar Client logs and cache
  • Remove Microsoft Teams logs and cache
  • Remove Wget logs and hosts
  • Removes Cacher logs
  • Deletes Android caches
  • Clears Gradle caches
  • Deletes Kite logs
  • Clears Go module cache

Install Automatically

Using homebrew

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

Using curl

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

Using wget

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

Step by Step Install

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

Note:

If installing with curl you need to call cleanup instead of mac-cleanup.

Update

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

Uninstall

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

Usage Options

Help menu:

$ mac-cleanup -h

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

USAGE:
 mac-cleanup [FLAGS]

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

Contributors

Code Contributors

This project exists thanks to all the people who contribute.

If you like what I am doing please consider sponsor my work!

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].