Skip to content

Instantly share code, notes, and snippets.

View a-legrand's full-sized avatar
🏠
Working from home

Aurélien a-legrand

🏠
Working from home
  • Marseille (France)
View GitHub Profile
@a-legrand
a-legrand / vim-heroku.sh
Created December 12, 2018 15:43 — 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 -