Created
February 27, 2025 15:10
-
-
Save frangio/f5b5b92b9cb25da03351b0a509179189 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
set -euo pipefail | |
rm -rf ~/.local/{bin/nvim,lib/nvim,share/nvim,share/man/man1/nvim.1,share/icons/hicolor/128x128/apps/nvim.png} | |
xattr -c nvim-macos-arm64.tar.gz | |
tar xzf nvim-macos-arm64.tar.gz --strip-components 1 -C ~/.local/ | |
rm nvim-macos-arm64.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment