Skip to content

Instantly share code, notes, and snippets.

View sayatul's full-sized avatar
👨‍💻

Atul Yadav sayatul

👨‍💻
View GitHub Profile
@sayatul
sayatul / vim-heroku.sh
Created October 25, 2019 05:49 — 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 -