Some utilities for Linux and MacOS I have found useful.
startstarts something in the background.setup/*.shwill setup various things on a new machine.setup/all.shwill execute all the setup/*.sh scripts.
To install or update these utilities, use the following commands:
Change into the desired directory, e.g:
mkdir -p ~/GitHub
cd ~/GitHubThen run the installer direct from GitHub:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jsware/utils/HEAD/install.sh)"- After installing this repository to your machine (see above).
- To setup everything, run
setup/all.sh - You can run individual
setup/*.shscripts. - If you just want some,
setup/all.shwith a list of the scripts to run in turn.