Skip to content

Instantly share code, notes, and snippets.

@portokallidis
Forked from naaman/vim-on-heroku.sh
Created October 12, 2016 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save portokallidis/0efa93626765775dfba0428c480c86b9 to your computer and use it in GitHub Desktop.
Save portokallidis/0efa93626765775dfba0428c480c86b9 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