feat: clean up macos
parent
fe8e800712
commit
4863ac6d8a
|
@ -1094,11 +1094,33 @@ defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6</pre
|
||||||
</div>
|
</div>
|
||||||
<p>Clean up leftover data:</p>
|
<p>Clean up leftover data:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>~/Library/Application Support</code></li>
|
<li>
|
||||||
<li><code>/Library/Application Support</code></li>
|
<p><code>~/Library/Application Support</code></p>
|
||||||
<li><code>~/Library/LaunchAgents</code></li>
|
</li>
|
||||||
<li><code>/Library/LaunchAgents</code></li>
|
<li>
|
||||||
<li><code>~/Library/Fonts (Removed)</code></li>
|
<p><code>/Library/Application Support</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>~/Library/LaunchAgents</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>/Library/LaunchAgents</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>/Library/LaunchDaemons</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>~/Library/Preferences</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>/Library/Preferences</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>~/Library/Fonts (Removed)</code></p>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<p><code>/Users/Shared</code></p>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Clean up clipboard:</p>
|
<p>Clean up clipboard:</p>
|
||||||
<div class="highlight highlight-source-shell">
|
<div class="highlight highlight-source-shell">
|
||||||
|
@ -1125,6 +1147,12 @@ defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6</pre
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://gist.github.com/timotgl/f3d8c49ad582ec1af8ff01143465e116"
|
||||||
|
>https://gist.github.com/timotgl/f3d8c49ad582ec1af8ff01143465e116</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="markdown-heading">
|
<div class="markdown-heading">
|
||||||
<h3 class="heading-element">Firefox</h3>
|
<h3 class="heading-element">Firefox</h3>
|
||||||
|
|
|
@ -287,10 +287,19 @@ Clean up leftover data:
|
||||||
|
|
||||||
- `~/Library/Application Support`
|
- `~/Library/Application Support`
|
||||||
- `/Library/Application Support`
|
- `/Library/Application Support`
|
||||||
|
|
||||||
- `~/Library/LaunchAgents`
|
- `~/Library/LaunchAgents`
|
||||||
- `/Library/LaunchAgents`
|
- `/Library/LaunchAgents`
|
||||||
|
|
||||||
|
- `/Library/LaunchDaemons`
|
||||||
|
|
||||||
|
- `~/Library/Preferences`
|
||||||
|
- `/Library/Preferences`
|
||||||
|
|
||||||
- `~/Library/Fonts (Removed)`
|
- `~/Library/Fonts (Removed)`
|
||||||
|
|
||||||
|
- `/Users/Shared`
|
||||||
|
|
||||||
Clean up clipboard:
|
Clean up clipboard:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -302,6 +311,7 @@ Thanks:
|
||||||
- https://apple.stackexchange.com/a/466029
|
- 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)
|
- [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://apple.stackexchange.com/q/406316
|
||||||
|
- https://gist.github.com/timotgl/f3d8c49ad582ec1af8ff01143465e116
|
||||||
|
|
||||||
### Firefox
|
### Firefox
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue