Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/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
@btakita
btakita / gist:10170
Created September 11, 2008 05:31 — forked from saki/gist:10168
.table {
display: table;
width: 95%;
border-spacing: 2px 2px;
border-color: gray;
border-collapse: collapse;
}
.table-caption {
display: table-caption;