Skip to content

Instantly share code, notes, and snippets.

View dfontana's full-sized avatar
🦊
Investigating

Dylan Fontana dfontana

🦊
Investigating
View GitHub Profile
@dfontana
dfontana / ccq.lua
Last active April 4, 2021 17:54
cc-quarry-deploy
-- Quarry
--
-- Utilizes a static grid system of relative coordinates to an origin (0,0,0) and directions.
-- In this case, the cardinal directions map to the positive domain; eg: N is positive z, E is
-- positive X.
--
-- The turtle should stay within the positive x,y,z directions. This is just to simplify the
-- general turtle handling overall, albeit much of the code functions without this assumption
--
-- The turtle assumes the following setup ([] = Block or Air, T = Turtle, C = Chest)
@dfontana
dfontana / CmderZSH.md
Last active March 12, 2023 21:45
My setup guide for installing Cgywin, Mintty, Cmder, and ZSH.

What's this?

Instructions to obtain ZSH on a windows environment, without the input funny business presented by some other attempted solutions.

The final result is ZSH running on a mintty terminal, emulated by cygwin, and being handled by the popular cmder.

Why is this here?

For the benefit of myself and others. I've already followed these instructions twice. It took me hours to figure all this out, maybe someone else can save a few.

What exactly is covered?

  • Installing and setting up cmder