Skip to content

Instantly share code, notes, and snippets.

View amiros89's full-sized avatar

Amir Rashkovsky amiros89

  • Quali
  • Petah-Tikva
View GitHub Profile
@amiros89
amiros89 / vim-heroku.sh
Created September 26, 2021 04:01 — forked from dvdbng/vim-heroku.sh
Run vim in heroku updated 2017
mkdir ~/vim
cd ~/vim
# Staically linked vim version compiled from https://github.com/ericpruitt/static-vim
# Compiled on Jul 20 2017
curl 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz
export VIMRUNTIME="$HOME/vim/runtime"
export PATH="$HOME/vim:$PATH"
cd -