Skip to content

Instantly share code, notes, and snippets.

@NISH1001
Forked from naaman/vim-on-heroku.sh
Created May 23, 2017 10:53
Show Gist options
  • Save NISH1001/0409f892fe9ce4eaf5ef73ede1b90e25 to your computer and use it in GitHub Desktop.
Save NISH1001/0409f892fe9ce4eaf5ef73ede1b90e25 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
@NISH1001
Copy link
Author

You have to login to heroku bash. The vim should be installed in every session.

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