Created
January 7, 2021 19:40
-
-
Save eduardoarandah/4a2a9e0ff81e1140f515eb34e06b5e32 to your computer and use it in GitHub Desktop.
Neovim build script
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
# Example build script | |
git clone https://github.com/neovim/neovim.git | |
cd neovim | |
make install | |
mv build/bin/nvim /usr/local/bin/nvim05 | |
# put this in your .zshrc or .bashrc | |
alias v=/usr/local/bin/nvim05 | |
alias nvim=/usr/local/bin/nvim05 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment