-
-
Save portokallidis/0efa93626765775dfba0428c480c86b9 to your computer and use it in GitHub Desktop.
vim on heroku
This file contains 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 | |
mkdir vim | |
curl https://s3.amazonaws.com/heroku-vim/vim-7.3.tar.gz --location --silent | tar xz -C vim | |
export PATH=$PATH:/app/vim/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment