Skip to content

Instantly share code, notes, and snippets.

@kevgathuku
Forked from naaman/vim-on-heroku.sh
Created May 16, 2016 15:25
Show Gist options
  • Save kevgathuku/98b951713ccff1ad350f9ae5becf4417 to your computer and use it in GitHub Desktop.
Save kevgathuku/98b951713ccff1ad350f9ae5becf4417 to your computer and use it in GitHub Desktop.
vim on heroku
#!/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