From 4863ac6d8a1b93a67948a4a3b93e7840eb1b69cd Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 1 Apr 2024 10:39:48 +0700 Subject: [PATCH] feat: clean up macos --- docs/2023-06-25-useful-tools.html | 38 +++++++++++++++++++++++++++---- posts/2023-06-25-useful-tools.md | 10 ++++++++ 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/docs/2023-06-25-useful-tools.html b/docs/2023-06-25-useful-tools.html index bd88870..da02bea 100644 --- a/docs/2023-06-25-useful-tools.html +++ b/docs/2023-06-25-useful-tools.html @@ -1094,11 +1094,33 @@ defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6

Clean up leftover data:

Clean up clipboard:

@@ -1125,6 +1147,12 @@ defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6 +
  • + https://gist.github.com/timotgl/f3d8c49ad582ec1af8ff01143465e116 +
  • Firefox

    diff --git a/posts/2023-06-25-useful-tools.md b/posts/2023-06-25-useful-tools.md index 07c4543..0ed55ff 100644 --- a/posts/2023-06-25-useful-tools.md +++ b/posts/2023-06-25-useful-tools.md @@ -287,10 +287,19 @@ Clean up leftover data: - `~/Library/Application Support` - `/Library/Application Support` + - `~/Library/LaunchAgents` - `/Library/LaunchAgents` + +- `/Library/LaunchDaemons` + +- `~/Library/Preferences` +- `/Library/Preferences` + - `~/Library/Fonts (Removed)` +- `/Users/Shared` + Clean up clipboard: ```sh @@ -302,6 +311,7 @@ Thanks: - https://apple.stackexchange.com/a/466029 - [Native fix for applications hiding under the MacBook Pro notch](https://flaky.build/native-fix-for-applications-hiding-under-the-macbook-pro-notch) - https://apple.stackexchange.com/q/406316 +- https://gist.github.com/timotgl/f3d8c49ad582ec1af8ff01143465e116 ### Firefox