Skip to content

Instantly share code, notes, and snippets.

@Keireira
Created January 12, 2026 10:55
Show Gist options
  • Select an option

  • Save Keireira/2167911d5680dcda6cff3748a281ebcb to your computer and use it in GitHub Desktop.

Select an option

Save Keireira/2167911d5680dcda6cff3748a281ebcb to your computer and use it in GitHub Desktop.
Fuck FigmaAgent.app
# 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