-
-
Save Keireira/2167911d5680dcda6cff3748a281ebcb to your computer and use it in GitHub Desktop.
Fuck FigmaAgent.app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # removing FigmaAgent.app | |
| rm -fr ~/Library/Application\ Support/Figma/FigmaAgent.app | |
| # creating a dummy file | |
| touch ~/Library/Application\ Support/Figma/FigmaAgent.app | |
| # make the file undeletable | |
| sudo chflags -R schg ~/Library/Application\ Support/Figma/FigmaAgent.app | |
| # Now Figma will not be able to override that file when it wants to update it. | |
| # Also the login item does not get created for me again after removal at this point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment