broozar / installDesktopFreeBSD

FreeBSD desktop installer
GNU General Public License v3.0
98 stars 23 forks source link
freebsd

FreeBSDesktop

Desktop install script system for FreeBSD

About

This script will transform a standard installation of FreeBSD into a desktop system by bootstrapping PKG, adding Xorg, a desktop environment with theming, some optional desktop software, a login manager, and set up users.

Usage

  1. Install a minimal image of FreeBSD in Bios/MBR mode (not UEFI), select with sources if you plan on using nVidia drivers, and do not create any additional users.
  2. Boot your new FreeBSD system and log in as root.
  3. Navigate to yout /tmp directory, fetch the release archive, and run it:
    $ cd /tmp
    $ fetch https://trisymphony.com/fbsdesk
    $ tar zxf fbsdesk
    $ sh main.sh
  4. Follow the instructions on screen. If you made a mistake, use CTRL+C to abort, then simply run the script again.

Installation tutorials on YouTube

You can find a step-by-step guide on YouTube which covers creating a FreeBSD installation image, installing the OS, and installing FreeBSDesktop: #TODO

You can find the old tutorial for DarkMate 13 here: https://youtu.be/1jIoSwwz2ak

Keyboard Shortcuts

Wallpapers and icons

Custom wallpapers and icons are located at

Screenshots

Cinnamon

PIC Desktop

Mate

PIC Desktop PIC Desktop

Keyboard codes without dialog

If you do not use the new dialog UI, the script will ask you to define your keyboard layout. If you go with the defaults, you will be getting the standard US layout. A full list of language and variant codes can be found here: https://unix.stackexchange.com/questions/43976/list-all-valid-kbd-layouts-variants-and-toggle-options-to-use-with-setxkbmap

The layout can be changed later at any point.

Untested

Differences to previous version

Release log

Credits