Skip to content

fusion809/freebsd-scripts

Repository files navigation

FreeBSD Scripts

This repository contains several shell scripts that I have used to make my life more convenient on my FreeBSD machine. They are presented here mostly for educational purposes. They are licensed under GNU GPLv3. All the files in this repository with the file extension .sh are stored in my ~/Shell directory. While .bashrc is stored in my user directory, ~/.

To quickly install this repo on your PC run:

sudo pkg install -y bash wget
/usr/local/bin/bash -c "$(wget -cqO- https://git.io/vPd0d)"

or:

sudo pkg install -y bash
/usr/local/bin/bash -c "$(curl -sL https://git.io/vPd0d)"

In the zfs-manual-install submodule there is a markdown file, along with three shell scripts that guide one through the process of manually installing FreeBSD on a self-setup ZFS file system. It is based on this FreeBSD forum thread (I have archived it here, in case the forum changes its location, or deletes it).

Releases

No releases published

Packages

No packages published

Languages