Skip to content

Instantly share code, notes, and snippets.

View derplak's full-sized avatar
:electron:
Working on React + Angular + Ionic + Electron Devs

Luis Orea derplak

:electron:
Working on React + Angular + Ionic + Electron Devs
View GitHub Profile
@derplak
derplak / blackletter_grid.py
Created December 8, 2020 03:15 — forked from eduairet/blackletter_grid.py
Script to generate with DrawBot a grid to practice blackletter calligraphy
'''
Blackletter grid generator
Generador de retícula para letra gótica
-
Eduardo Aire Torres 2020
'''
# Size of your pen / Tamaño de tu pluma
mmPen = 7 # Size in mm / Tamaño en mm
@derplak
derplak / reinstall_git_brew.md
Created June 6, 2020 05:12 — forked from brandonsimpson/reinstall_git_brew.md
Re-installing Git on Mac OSX with Brew

Re-installing Git on Mac OSX with Brew

This is helpful if you've previously installed git from source on OSX, and other compilers can't find the correct path. You need to remove the current version of git, then re-install with brew.

Uninstall git if installed manually

  1. Check which git you're running:
    which git