Skip to content

Henry's Auto-Rice Bootstrapping Scripts. Scripts to quickly setup a fully functional Manjaro system.

Notifications You must be signed in to change notification settings

HenryRocha/HARBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HARBS

Henry's Auto-Rice Bootstrapping Scripts. Scripts to quickly setup a fully functional Manjaro system.

Table of Contents

What is HARBS

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.

Installation

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.

Customization

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.

The script

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/

About

Henry's Auto-Rice Bootstrapping Scripts. Scripts to quickly setup a fully functional Manjaro system.

Topics

Resources

Stars

Watchers

Forks

Languages