Henry's Auto-Rice Bootstrapping Scripts. Scripts to quickly setup a fully functional Manjaro system.
HARBS is a script written in xonsh that autoinstalls and autoconfigures a fully-functioning minimal Manjaro environment.
HARBS is intended to be run on a fresh install of Manjaro CLI, using Manjaro Architect to install the minimal edition. Most of HARBS should work on any Arch-based distro, but it is not guaranteed.
To use HARBS simply run the following:
git clone https://github.com/HenryRocha/HARBS.git
cd HARBS
sh installer.sh
Obs: It is recommend to reboot after the install is complete, otherwise some programs won't start properly.
By default, HARBS uses the configuration found in the config.xsh
and installs my dotfiles. These options can be easily changed by editing the configuration file.
HARBS is written in xonsh. This allows it to have a Python syntax and also be able to run shell commands.
The script is very well documented and should be easy to understand if you read all the comments.
The variables defined in config.xsh
will be used to install all the necessary packages.
The given dotfiles repository will be cloned in the same directory as HARBS. Which means the end result will be:
some-directory/
HARBS/
dotfiles/