Skip to content

Instantly share code, notes, and snippets.

@norisu0313
norisu0313 / tsocks.rb
Created February 2, 2013 06:10
homebre tsocks.rb
require 'formula'
class Tsocks < Formula
# The original is http://tsocks.sourceforge.net/
# This GitHub repo is a maintained fork with OSX support
homepage 'http://github.com/pc/tsocks'
head 'https://github.com/pc/tsocks.git'
depends_on 'autoconf' => :build if MacOS.xcode_version.to_f >= 4.3
@norisu0313
norisu0313 / ricty_installer.sh
Last active December 12, 2015 02:08 — forked from yoppi/ricty_installer.sh
wget を homebrew で取得して最後に 落としてきたファイルを削除するようにしました
#!/bin/sh
#
# Ricty Installer for Mac OS X
#
# require: Homebrew, git
#
FONT_DIR=~/Library/Fonts
brew update