An open API service indexing awesome lists of open source software.

https://github.com/sejbsd/freebsd-setup

A collection of scripts for setting up FreeBSD with various environments and tools
https://github.com/sejbsd/freebsd-setup

bsd environment freebsd script setup

Last synced: about 1 month ago
JSON representation

A collection of scripts for setting up FreeBSD with various environments and tools

Awesome Lists containing this project

README

          

# FreeBSD-Setup
Collection of scripts for setting up various parts of the FreeBSD.

Setup.sh is a main script which should be called directly after setting up an OS.

## Important !!!
Setup.sh script should be called as root.

## Install
```
pkg install git

git clone https://github.com/Sejoslaw/FreeBSD-Setup.git

cd FreeBSD-Setup

sh ./Setup.sh
```

Or if you want a default FreeBSD experience just do:

```
pkg install desktop-installer

desktop-installer
```

## Test vm setup

Below pictures shows how I've setup my test vm.

![](https://raw.githubusercontent.com/Sejoslaw/FreeBSD-Setup/main/Photos/1.png)
![](https://raw.githubusercontent.com/Sejoslaw/FreeBSD-Setup/main/Photos/2.png)
![](https://raw.githubusercontent.com/Sejoslaw/FreeBSD-Setup/main/Photos/3.png)
![](https://raw.githubusercontent.com/Sejoslaw/FreeBSD-Setup/main/Photos/4.png)
![](https://raw.githubusercontent.com/Sejoslaw/FreeBSD-Setup/main/Photos/5.png)
![](https://raw.githubusercontent.com/Sejoslaw/FreeBSD-Setup/main/Photos/6.png)