Any rubyists out there can help me compile forkawesome? I'm getting a whole bunch of errors on trying to install the bundle. Honestly I'm not really sure what a bundle is haha.
(I have literally zero experience with Ruby, mostly code C++ these days)

Following instructions here : https://github.com/ForkAwesome/Fork-Awesome

GitHub - ForkAwesome/Fork-Awesome: A fork of the iconic font and CSS toolkit

A fork of the iconic font and CSS toolkit. Contribute to ForkAwesome/Fork-Awesome development by creating an account on GitHub.

GitHub
@seb_ly bundle is a cli command that invokes the package manager that Ruby uses for its packages. Kinda like npm. The main dependencies seem to be Ruby and npm. If you’re on a mac, probably the easier way—without spending time in working on a toolchain—would be to use home brew. If you’re adventurous, macos does ship with Ruby by default.
@seb_ly If you still need help, and want to pair, let me know. I can try to help.