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