Skip to content

Instantly share code, notes, and snippets.

@esynr3z
esynr3z / eeschema
Last active September 25, 2018 19:29
My KiCad settings
Place this section to /home/${USERNAME}/.config/kicad/eeschema
Color4DWireEx=rgb(120, 170, 214)
Color4DBusEx=rgb(167, 210, 168)
Color4DConnEx=rgb(120, 170, 214)
Color4DLLabelEx=rgb(120, 170, 214)
Color4DHLabelEx=rgb(132, 132, 0)
Color4DGLabelEx=rgb(213, 213, 213)
Color4DPinNumEx=rgb(213, 213, 213)
Color4DPinNameEx=rgb(213, 213, 213)
@esynr3z
esynr3z / .gitconfig
Last active January 8, 2021 09:01
My Git aliases
[alias]
a = add
b = branch
s = status --short
c = commit -m
d = diff
co = checkout
dc = diff --cached
dw = diff --word-diff
ds = diff --stat