The LARBS are a series of shell scripts that will automatically install a fully-featured i3-gaps Desktop Environment, providing a perfect composite of both functionality and customizability.
- - - -Want to know what LARBS installs and configures? Check out What's Inside of LARBS?
- -Want to see some screenshots of LARBS? Previews of LARBS.
- -If you have questions, email me or ask on the forum.
- -LARBS can be installed on any derivative of Arch Linux that uses the Arch repositories (including Manjaro, Antergos and Parabola, etc.). I recommend you to install it on a fresh installation to avoid conflict with other desktop environments, although you can run it on an already existing install. Note: LARBS will install config files in the home directory of the user you give it. It will not wipe your Documents or anything, but it will overwrite your ~/.bashrc
, etc. If you have config files you want to hold on to, either back them up or you can select to install LARBS to another user.
To install, simply log in as the root user and run the following in the terminal:
- -
-curl -LO lukesmith.xyz/larbs.sh
-
-bash larbs.sh
-
-
-
-This will begin a prompt and the installation after some setup. Installation time will vary depending on your internet connection. Don't be worried if it takes even a little more than an hour: it's setting everything up.
- -You can figure out about the system in a lot of different ways:
- -You can also ask me questions via email at luke@lukesmith.xyz.
- -I'll be posting updates about LARBS either on my RSS feed or on Twitter.
- -Here are a couple of screenshots of what LARBS can look like. It's easily customizable, so these all holistically should give you an idea.
- -Feel free to send in your own pix of gettin' stuff done in the system (or at least pretending to look that way).
- - - - - - diff --git a/www/previews/asian.png b/www/previews/asian.png deleted file mode 100644 index fb9b168..0000000 Binary files a/www/previews/asian.png and /dev/null differ diff --git a/www/previews/asian.png.jpg b/www/previews/asian.png.jpg deleted file mode 100644 index 68e3f7f..0000000 Binary files a/www/previews/asian.png.jpg and /dev/null differ diff --git a/www/previews/bow.png b/www/previews/bow.png deleted file mode 100644 index fbc83b8..0000000 Binary files a/www/previews/bow.png and /dev/null differ diff --git a/www/previews/bow.png.jpg b/www/previews/bow.png.jpg deleted file mode 100644 index 4de8900..0000000 Binary files a/www/previews/bow.png.jpg and /dev/null differ diff --git a/www/previews/larbs.png b/www/previews/larbs.png deleted file mode 100644 index 30fc0ca..0000000 Binary files a/www/previews/larbs.png and /dev/null differ diff --git a/www/previews/larbs.png.jpg b/www/previews/larbs.png.jpg deleted file mode 100644 index 9bf9871..0000000 Binary files a/www/previews/larbs.png.jpg and /dev/null differ diff --git a/www/previews/pic.jpg b/www/previews/pic.jpg deleted file mode 100644 index aebf513..0000000 Binary files a/www/previews/pic.jpg and /dev/null differ diff --git a/www/previews/varg.png b/www/previews/varg.png deleted file mode 100644 index dee21b7..0000000 Binary files a/www/previews/varg.png and /dev/null differ diff --git a/www/previews/varg.png.jpg b/www/previews/varg.png.jpg deleted file mode 100644 index 4e6391b..0000000 Binary files a/www/previews/varg.png.jpg and /dev/null differ diff --git a/www/programs.html b/www/programs.html deleted file mode 100644 index e182db2..0000000 --- a/www/programs.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - -LARBS has everything you need to have a /comfy/ Linux ricing configuration without any of the work.
- -Programs here you won't necessarily use directly, but are important tools for other programs.
- -If you choose this option, you'll get all LaTeX packages (texlive-most, texlive-lang), biber for references and the vim-live-latex-preview for automatic compiling.
- -If this option is chosen, you get Project M (a visualizer; Mod+V), cmatrix, asciiquarium, bash-pipes (terminal screensavers), screenfetch and neofetch (for posting on 4chan, duh), cli-visualizer and speedometer (for network speeds).
- -GIMP (image creator, editing program), Blender (video editor), the Libreoffice Suite (fully-featured equivalents of Word/Excel/Powerpoint, etc.), Emacs.
- -You can also get transmission, a torrent client, which by default, I have the terminal interface installed (Mod+F6).
- -There is also an option to install more complete fonts, giving you fonts for emojis, Chinese, Japanese, Korean and ancient languages.
- - -Back to main page - - diff --git a/www/style.css b/www/style.css deleted file mode 100644 index 67363ac..0000000 --- a/www/style.css +++ /dev/null @@ -1,30 +0,0 @@ -html{padding-bottom: 450px;} -body{margin:40px auto;max-width:650px;line-height:1.6;font-size:18px;color:#333;padding:0 -10px} - - -caption { - font-size: small; -} - -table { - margin: 0px auto; -} - -h1,h2,h3,h4{text-align:center;line-height:1.2} - -footer img { - max-height: 75px; - vertical-align: middle; - padding: 10px; -} - -#prev { - max-width: 650px; -} - -footer { - font-size: xx-large; - font-weight: bold; - text-align: center; - }