neovim
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| neovim [2026/04/08 19:53] – karcio | neovim [2026/04/08 21:36] (current) – karcio | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| #!/bin/bash | #!/bin/bash | ||
| - | curl -LO https:// | + | arch=arm64 |
| - | chmod u+x nvim-linux-x86_64.appimage | + | # |
| - | sudo mv nvim-linux-x86_64.appimage / | + | |
| + | curl -LO https:// | ||
| + | chmod u+x nvim-linux-${arch}.appimage | ||
| + | sudo mv nvim-linux-${arch}.appimage / | ||
| </ | </ | ||
neovim.1775678029.txt.gz · Last modified: by karcio
