Skip to content

Instantly share code, notes, and snippets.

@btakita
Forked from sfate/vim-on-heroku.sh
Created December 8, 2013 05:05
Show Gist options
  • Save btakita/7853541 to your computer and use it in GitHub Desktop.
Save btakita/7853541 to your computer and use it in GitHub Desktop.
#!/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
@foladipo
Copy link

foladipo commented Jul 9, 2018

👍
Thanks!
I wonder why Heroku didn't add as basic an editor as Vim in the first place.

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