KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
FreeBSD-SetupScript
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
JSON_Encoder
:
A library specifically made for arduino devices to encode JSON strings to URL strings and vice versa.
ansible-collection-homelab
:
A collection of Ansible automation roles for my homelab.
Slip39
:
Shamir's Secret-Sharing for Mnemonic Codes in C#
sf2-rmidi-specification
:
SF2 RMIDI Format Specification
vlm-toolbox
:
Vision-Language Models Toolbox: Your all-in-one solution for multimodal research and experimentation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FreeBSD-SetupScript
?
Download (.md)
## FreeBSD Setup Script > Warning! This script is not recommended for if you are new to FreeBSD, as it takes away from the learning experience. This is mainly intended for people who are reinstalling and want to save time. ### What is this? This is a script designed to set up the core of a FreeBSD GUI desktop automagically. It installs Graphics Drivers, Desktop Environments, and a browser, with the goal of saving time. ### How to use? To enter super user: ```su -``` To fetch the script: ```fetch https://raw.githubusercontent.com/coolerguy71/FreeBSD-SetupScript/main/setupbsd``` To make executable: ```chmod +x setupbsd``` Now, you have two options: 1. A guided install ```./setupbsd``` <--- just this 2. An automated install. Maybe I need to explain this one a bit. ```./setupbsd |Latest| |AMD|AMD-Legacy|Intel|Nvidia|VMware| |Plasma|Plasma-Minimal|GNOME|Gnome-Minimal|XFCE|Mate|Mate-Minimal|Cinnamon|LXQT|i3|Hyprland|Hikari|IceWM|River|Sway|SwayFX|Wayfire| |GDM|LightDM|SDDM|``` Example: ```./setupbsd Latest AMD GNOME GDM``` > (C) 2025 es-j3