Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -o pipefail
set -s
#####
# This script will take a fresh Mint install and make it suitable for getting stuff done.
# It may not work against another Ubuntu Installation type.
# Run it with: bash <(wget -qO- https://gist.githubusercontent.com/countbuggula/e1007e3bf3ddacc385fd4b130a8cfbc8/raw/2d4f4ec7586704d6ca4a262200920e2dbd422549/setup-mint.bash)
#####