Skip to content

Instantly share code, notes, and snippets.

View arrrrny's full-sized avatar
Building Hyper A|

Ahmet TOK arrrrny

Building Hyper A|
View GitHub Profile
@arrrrny
arrrrny / cleanup.sh
Last active October 19, 2024 06:52
Mac Apple Silicon Clean Up Space
#!/bin/bash
# --- Xcode Cleanup ---
# Clear Derived Data
rm -rf ~/Library/Developer/Xcode/DerivedData/*
# Clear Xcode Caches
rm -rf ~/Library/Caches/com.apple.dt.Xcode/*