Skip to content

Instantly share code, notes, and snippets.

@DenisIzmaylov
DenisIzmaylov / INSTALLATION.md
Last active April 27, 2023 15:44
OS X 10.11 El Capitan: fresh install with Node.js (io.js) Developer Environment

OS X 10.11 (El Capitan) / Node.js and io.js Developer Environment

Custom recipe to get OS X 10.11 El Capitan running from scratch with useful applications and Node.js Developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after fresh install.

Content

@akheron
akheron / config
Created May 2, 2012 10:50
git config for detached worktree
# Create the repository with "git init --bare", then edit config to match this:
[core]
repositoryformatversion = 0
filemode = true
bare = false
worktree = /path/to/worktree
[receive]
denycurrentbranch = ignore