static binaries

What?

A bunch of useful static compiled unix tools.

Why?

So I can bring my familiar comfy setup to any machine I happen to pop up on.

Where?

Here’s a list:

And here’s a package, so you can grab all these binaries from a single tarball: x86_64

How?

Put these binaries under ~/.local/bin and export the PATH variable.

tar -zxvf binaries.tar.gz
mkdir -p ~/.local/bin
cp bin/* ~/.local/bin/
echo -e "\nexport PATH=\$PATH:~/.local/bin\n" >> ~/.bashrc
bash

Uhuh…

Yeah, now donate to my bitcoin wallet. Ok, just kidding.