feat(tools): update macos remove
parent
e9f228e742
commit
c379a10fec
|
@ -781,34 +781,12 @@
|
|||
<a href="https://gpgtools.org/" rel="nofollow">https://gpgtools.org/</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="user-content-games">
|
||||
<a class="heading-link" href="#games"
|
||||
>Games<span aria-hidden="true" class="octicon octicon-link"></span
|
||||
></a>
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://github.com/PCSX2/pcsx2"
|
||||
>https://github.com/PCSX2/pcsx2</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/RPCS3/rpcs3"
|
||||
>https://github.com/RPCS3/rpcs3</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/cheat-engine/cheat-engine"
|
||||
>https://github.com/cheat-engine/cheat-engine</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="user-content-notes">
|
||||
<a class="heading-link" href="#notes"
|
||||
>Notes<span aria-hidden="true" class="octicon octicon-link"></span
|
||||
></a>
|
||||
</h2>
|
||||
<p>MacPorts/native package manager > go/rust/pip.</p>
|
||||
<p>go/rust/pipx > MacPorts</p>
|
||||
<p>Ignore HomeBrew, nix (for now).</p>
|
||||
<p>Don't install:</p>
|
||||
<ul>
|
||||
|
@ -842,6 +820,7 @@ xcode-select --install</pre>
|
|||
<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>
|
||||
</ul>
|
||||
<p>Clean up clipboard:</p>
|
||||
<div class="highlight highlight-source-shell">
|
||||
|
|
|
@ -191,15 +191,9 @@ Memory
|
|||
|
||||
- https://gpgtools.org/
|
||||
|
||||
## Games
|
||||
|
||||
- https://github.com/PCSX2/pcsx2
|
||||
- https://github.com/RPCS3/rpcs3
|
||||
- https://github.com/cheat-engine/cheat-engine
|
||||
|
||||
## Notes
|
||||
|
||||
MacPorts/native package manager > go/rust/pip.
|
||||
go/rust/pipx > MacPorts
|
||||
|
||||
Ignore HomeBrew, nix (for now).
|
||||
|
||||
|
@ -232,6 +226,7 @@ Clean up leftover data:
|
|||
- `~/Library/Application Support`
|
||||
- `~/Library/LaunchAgents`
|
||||
- `/Library/LaunchAgents`
|
||||
- `~/Library/Fonts (Removed)`
|
||||
|
||||
Clean up clipboard:
|
||||
|
||||
|
|
Loading…
Reference in New Issue