I hereby claim:
- I am amedeo on github.
- I am amedeo (https://keybase.io/amedeo) on keybase.
- I have a public key whose fingerprint is 1C94 0F9F D029 C61B 44C2 AA43 F21A 75CF C724 2335
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#! /bin/sh | |
lastversion=`ls -d /usr/local/Cellar/macvim/* | sort -n | tail -1` | |
cwd=`pwd` | |
cd $lastversion/MacVim.app/Contents/MacOS | |
exec ./Vim -c "cd $cwd" "$@" |
brew install -v tmux | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4 -w -pipe | |
MAKEFLAGS: -j8 | |
==> Downloading http://downloads.sourceforge.net/tmux/tmux-1.3.tar.gz | |
File already downloaded and cached to /Users/iluvatar/Library/Caches/Homebrew |
#!/bin/sh -e | |
# Usage: license | |
# Prints an MIT license appropriate for totin' around. | |
# | |
# $ license > COPYING | |
year=`date "+%Y"` | |
cat <<EOF | |
Copyright (c) $year Amedeo Paglione | |
Permission is hereby granted, free of charge, to any person obtaining |
# SUPER DARING APP TEMPLATE 1.0 | |
# By Peter Cooper | |
# Link to local copy of edge rails | |
inside('vendor') { run 'ln -s ~/dev/rails/rails rails' } | |
# Delete unnecessary files | |
run "rm README" | |
run "rm public/index.html" | |
run "rm public/favicon.ico" |