Skip to content

Instantly share code, notes, and snippets.

View danydodson's full-sized avatar
🏠
Working from home

dany danydodson

🏠
Working from home
View GitHub Profile
@danydodson
danydodson / install-lua-luarocks-on-macos.sh
Created March 23, 2026 07:31 — forked from S1M0N38/install-lua-luarocks-on-macos.sh
A simple script to install Lua and Luarocks from source in a custom dir
#!/bin/bash
# This scripts installs Lua, LuaRocks, and some Lua libraries on macOS.
# The main purpose is to install Busted for testing Neovim plugins.
# After the installation, you will be able to run test using busted:
# busted --lua nlua spec/mytest_spec.lua
################################################################################
# Dependencies
################################################################################
@danydodson
danydodson / lua_build_macos.sh
Created March 23, 2026 06:13 — forked from zirkuswurstikus/lua_build_macos.sh
A step by step guide on how to install lua, luajit and luarocks from sources on macOS.
# Build & install Lua on macOS
# We will compile Lua 5.1 because it is compatible with openresty/lapis.
# Replace the variables from line 30 ff to install a diffrent version.
# See: https://www.lua.org/manual/5.1/
# NOTE:
# We create a dedicated directory for the Lua stuff to putt all the stuff in.
@danydodson
danydodson / Pengetahuan.md
Created March 14, 2026 10:27 — forked from pushkarsingh32/Pengetahuan.md
FREEMEDIAHECKYEAH Tools Wiki (Fork with Real Jobs From Anywhere added)