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
@pushkarsingh32
pushkarsingh32 / Pengetahuan.md
Created December 5, 2025 04:33
FREEMEDIAHECKYEAH Tools Wiki (Fork with Real Jobs From Anywhere added)
@S1M0N38
S1M0N38 / install-lua-luarocks-on-macos.sh
Last active March 23, 2026 07:31 — forked from zirkuswurstikus/lua_build_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
################################################################################