Skip to content

Instantly share code, notes, and snippets.

View ax-vasquez's full-sized avatar

Armando Vasquez ax-vasquez

View GitHub Profile
@ax-vasquez
ax-vasquez / Building-Vim-from-source.md
Last active November 1, 2022 17:26
Building Vim from source

The information here was inferred from the link in this section title; the steps in this guide differ slightly from the source article. These steps are meant for users with a "default" vim runtime directory.

  1. Delete old version of Vim (refer to doc on the right way to do this - it's easy)
  2. Clone the vim repo locally, if you haven't already
  3. Run the "configure command" shown below
  4. Run the "install command" shown below

If you haven't already, check the source documentation in the title of this Gist - THIS GUIDE IS ONLY MEANT TO SUPPLEMENT THE ORIGINAL GUIDE. See the source documentation for more in-depth instructions with explanations.

@ax-vasquez
ax-vasquez / minecraftBlock.js
Created May 5, 2021 18:00
Sanity studio schema definition for a basic Minecraft block
const HARVEST_TOOLS = [
`Axe`,
`Hoe`,
`Pickaxe`,
`Shovel`,
`Hand`,
`None`
]
const HARVEST_TOOL_MATERIALS = [