Skip to content

Instantly share code, notes, and snippets.

@martijnvandijk
martijnvandijk / Gemfile
Created October 13, 2013 19:47
Gemfiles for installing gitLab on a Raspberry Pi
source "https://rubygems.org"
def darwin_only(require_as)
RUBY_PLATFORM.include?('darwin') && require_as
end
def linux_only(require_as)
RUBY_PLATFORM.include?('linux') && require_as
end
@martijnvandijk
martijnvandijk / install.md
Last active June 23, 2019 06:26
Installing Sublime Text 2 in linux without root access