Skip to content

SLusenti/FreeBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

FreeBox want to port NomadBSD openbox environment on FreeBSD.

tested on freebsd 12-release and freebsd 13-current

install

if you run FreeBSD as guest, make sure to install the required drivers first.

if you use intel embedded graphic than

pkg install graphics/drm-kmod
kldload i915kms
echo 'kld_list="i915kms"' >> /etc/rc.conf

to install FreeBox

# install requirements
pkg install xorg bash rsync

# than run install.sh
cd FreeBox
./install.sh

use FreeBox

  1. prepare user homedir. this step can be skipped if the user is created after FreeBox installation
rsync -ahv /etc/skel $HOMEDIR
chown -R $USER:$GROUP $HOMEDIR
  1. run Freebox with startx

Screenshots

About

NomandBSD openbox Environment on FreeBSD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 84.9%
  • Perl 7.8%
  • Vim Script 5.1%
  • Shell 2.2%