From fba2609369e295d42ce9834aebd657e3b5228b13 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 12 Jan 2019 21:21:26 -0500 Subject: [PATCH] removal of web --- index.html | 61 ------------------------------------------------------ style.css | 31 --------------------------- 2 files changed, 92 deletions(-) delete mode 100644 index.html delete mode 100644 style.css diff --git a/index.html b/index.html deleted file mode 100644 index 9b9c9b5..0000000 --- a/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - -LARBS—Luke's Auto-Rice Bootstrapping Scripts - -

LARBS

- -

Luke's Auto-Rice Bootstrapping Scripts

- - - - -
(Not actually Luke)
- -

LARBS is an efficient shell script that will install a fully-featured tiling window manager-based system on any Arch Linux-based system, without any of the routine of manual post-install processes and configuration.

- -

By default, LARBS installs and deploys my own personal dotfiles which people may know from my videos on YouTube.

- -

-But LARBS can also be forked on Github or given command line options to customize it for your own needs: you can have it deploy your own dotfiles and install all prerequisite programs, as LARBS only needs to read a single list of programs, and the script itself is designed to be easily rearranged. -

- -

Installation

- -

On any (preferrably fresh) install of an Arch Linux-based distribution, just run the following as the root user:

- - -curl -LO larbs.xyz/larbs.sh
-bash larbs.sh -
- -

LARBS will then guide you through installation, which is typically relatively snappy. On my very slow internet, it takes around 10 minutes.

- -

What does LARBS install?

- -

You can check out the programs list that LARBS parses for installation right here! It also gives a brief explanation of why the program is included.

- -

Note that making your own fork of LARBS is as easy as using your own dotfiles, making a programs file like the one above, and making any other direct changes to the script you want.

- -

Learning the system is fun and easy!

- -

You can figure out about the system in a lot of different ways:

- - - -

Contact!

- -

You can also ask me questions via email at luke@lukesmith.xyz.

- -

I'll be posting updates about LARBS on my RSS feed.

- - diff --git a/style.css b/style.css deleted file mode 100644 index 8e8fb8a..0000000 --- a/style.css +++ /dev/null @@ -1,31 +0,0 @@ -html { - background: linear-gradient(darkblue, orange) fixed; - padding-bottom: 400px; -} -body { - max-width: 750px; - margin-left: auto; - margin-right: auto; - margin-top: 30px; - background: #033; - color: #eee; - border-radius: 20px; - border-style: solid; - border-width: 5px; - border-color: #555; - padding: 10px; - } - -h1,h2,h3,h4 { - text-align: center; - } -h1 { - font-size: 48px; - text-shadow: 3px 0 black, 3px 3px black, 0 3px black; - } - -a { color: lightblue; } - -.image { - margin: auto; -}