Bootstrap a new machine by running the setup script directly from GitHub:
curl -fsSL https://mikelward.com/setup | shor
wget -qO- https://mikelward.com/setup | shThe short URLs redirect to the raw script on GitHub. You can also use the full URLs:
curl -fsSL https://github.com/mikelward/scripts/raw/main/setup | sh
wget -qO- https://github.com/mikelward/scripts/raw/main/setup | shThis repository vendors pidcat
as ./pidcat. See NOTICE for attribution. The whole
repository (including pidcat) is distributed under the Apache License,
Version 2.0; see LICENSE.