A couple of repositories with bash scripts to setup terminal utilities, for quickly setting up a new Linux or MacOS machine.
Note: We are currently transitioning old Linux only scripts to support both Linux and MacOS
- MacOS specific scripts are prefixed with
macos- - Linux specific scripts are prefixed with
linux- - Scripts are written in
Bash. - Shebang is by default:
#!/usr/bin/env bash - All scripts include
set -euo pipefailto add safety options, which will stop execution if a command fails, pipe command fails or trying to use undefined variables. - Initial focus is on using these on the
Ubuntu distro(apt/snap) andMacOS Sonoma(brew).
- The dot files we share are aimed at being used on both a Linux and MacOS machine.
We recommend using a cross-platform terminal to keep your experience the same. Have a look at: