Skip to content

Instantly share code, notes, and snippets.

View magnocosta's full-sized avatar
🌴
On vacation

Magno Costa magnocosta

🌴
On vacation
View GitHub Profile
@magnocosta
magnocosta / workspace.sh
Created June 19, 2017 12:43 — forked from dixson3/workspace.sh
Create and manage a case-sensitive disk-image on OSX. This is great when you have a need to work with case-sensitive repos on a mac.
#!/bin/bash
# where to store the sparse-image
WORKSPACE=~/Documents/workspace.dmg.sparseimage
create() {
hdiutil create -type SPARSE -fs 'Case-sensitive Journaled HFS+' -size 100g -volname workspace ${WORKSPACE}
}
detach() {
@magnocosta
magnocosta / iterm2-solarized.md
Created March 6, 2016 01:00 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + oh my zsh + solarized + Meslo powerline font (OSX)

Solarized