Skip to content

Instantly share code, notes, and snippets.

@sfate
Forked from naaman/vim-on-heroku.sh
Created June 7, 2012 14:39
Show Gist options
  • Save sfate/2889158 to your computer and use it in GitHub Desktop.
Save sfate/2889158 to your computer and use it in GitHub Desktop.
vim on heroku
#!/usr/bin/env bash
curl https://s3.amazonaws.com/heroku-jvm-buildpack-vi/vim-7.3.tar.gz --output vim.tar.gz
mkdir vim && tar xzvf vim.tar.gz -C vim
export PATH=$PATH:/app/vim/bin
@shinokada
Copy link

@jasonheecs: It works. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment