summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaian R. Ertl <caianrais@protonmail.com>2017-11-24 01:16:24 -0200
committerCaian R. Ertl <caianrais@protonmail.com>2017-11-24 01:16:24 -0200
commit3e5b9e8a22c10ccca2d4cfc61d365ecfe22b0a10 (patch)
tree6e868a708a9de53c55667c65461080e42c736e9a /README.md
parentb17cb3c399b71a35e42652e4b4ec855f51356d7f (diff)
Make separation for documentation-related files
- `README.md` now points (via a symlink) to `docs/README.md`
Diffstat (limited to 'README.md')
l---------[-rw-r--r--]README.md83
1 files changed, 1 insertions, 82 deletions
diff --git a/README.md b/README.md
index b3860f4..0e01b43 100644..120000
--- a/README.md
+++ b/README.md
@@ -1,82 +1 @@
-# Luke's Auto-Rice Bootstraping Scripts (LARBS)
-
-[Official Website: larbs.xyz](http://larbs.xyz)
-
-This is a set of scripts either can either (1) install Arch Linux automatically with a typical Arch ISOed USB, and perhaps more prominently (2) automatically install and configure all of the prerequisites for an advanced Linux desktop environment, using my configs [here](https://github.com/LukeSmithxyz/voidrice) as a base.
-
-Really, the goal of this script is to start a kind of Linux meta-distribution which makes the more nuanced aspects of an advanced Linux setup available to even Linux newbies. Of course, it's also a great tool for advanced users who want to get into tiling window managers and just generally cool-looking and efficient worksetups.
-
-All the core stuff we be installed without prompt, but you'll have the option to install some of the larger non-essential packages (LaTeX, LibreOffice, Blender, etc.).
-
-## Installation
-
-### Installing my setup on an already existing Arch install
-
-This is just as easy. Log in as the root user and run the following.
-
-```
-curl -O http://larbs.xyz/larbs.sh #Downloads the script.
-bash larbs.sh #Runs it.
-```
-
-After prompting you for some settings and some package choices, the system will install my full i3-gaps tiling window manager Desktop Environment. If you don't know what that means, don't worry, because I've gone to great lengths to write readable instructions about how to go PRO super quick with this system.
-
-Finally, it will use `git` to download my [Voidrice](https://github.com/lukesmithxyz/voidrice) dotfiles and will plop them in their proper location for instant use!
-
-Then, finally, once that all is done, you should be able to log out, then log in as your newly created user and type `startx` to begin the graphical environment. Congrats!
-
-
-### Installing Arch Automatically
-
-I also have a script here for installing Arch automatically. I *only* wrote this script so I could quickly install then test the other scripts on new computers, but theoretically you could use it as well. *BUT* this is a lazy, pre-alpha script which does not give you many options (it automatically chooses the New York time zone, US English, GRUB, Network Manager, etc). Even more important, it automatically partitions /dev/sda without asking, so unless, you have no non-backed up data on your machine, I don't advise running it unless you don't mind a full wipe. That said, you can run it like this after booting into an Arch live environment:
-
-```
-curl -O http://larbs.xyz/arch.sh #Downloads the script.
-bash arch.sh #Runs it.
-```
-
-After the system installs, you'll have the option of bootstrapping automatically into installing my configs as well.
-
-## How to Use
-
-Once you're in the environment, just type Super/Mod/Windows+F1 to pull up a document that will explain everything.
-
-## Permission Details (sudoers file)
-
-These script will give your new created user (and those others you put in the `wheel` group) sudo access (with a password), but will also allow some commands to be run without any password confirmation. Those include:
-
-+ `shutdown`
-+ `reboot`
-+ `pacman -Syyu`/`pacman -Syu`
-+ `packer -Syyu`/`packer -Syu`
-+ `mount`
-+ `umount`
-+ `systemctl restart NetworkManager`
-
-Additionally, if you've put your password in a terminal window already, you will not need to repeat putting it in in other terminal windows.
-
-## Version
-
-We're basically on Version 2.0 now, which is still pretty primitive. I'm adding some error handling, if the script fails, check the contents of LARBS.log in whatever directory you've run the script. Still, this script is still in the Wild West, so I recommend only running it on fresh installs.
-
-## Why I made this
-
-When you've installed Arch Linux 6 gorrillian times like me, you get pretty sick of having to reproduce your favorite configuration on fresh installs over and over. When you're a C-list YouTube celebrity, it gets even more difficult when literally thousands of people ask you how to do X or get Y.
-
-The LARBS are a final solution to all of that. These scripts are to be run on a fresh install of Arch Linux, and they create a user, install all required programs and set up dotfiles directly from Github to give normal people a fairly sleek Linux configuration without hundreds of autsitic hours. I did the work, so why should you?
-
-I've also documented the configuration fairly well, check out the documentation on my **voidrice** repository for that.
-
-## Bugs?
-
-### When I type `startx` I get some kind of non-descript error!
-
-Some computers might require some additional drivers to run a graphical environment, for example, some ThinkPads might require you to install `xf86-video-intel`. If you search your model or graphics card along with "Arch Linux" on your preferred search engine, you'll probably get the answer fast.
-
-### I have some other problem and it didn't install correctly.
-
-In normal circumstances, there are two main causes of misinstalls: faulty internet connections and errors with particular package upgrades or with the pacman keyring. Check yourself if the former may be at fault, but feel free to inform me in the latter case; I may be able to provide a quick fix.
-
-### >still using systemd botnet distro and/or not a 100% free-as-in-freedumb Parabola GANOO slash Linocks
-
-I do plan on making an alternative script option for Parabola sooner or later, after all Parabola *is* the distro I actually use. If you want to use Arch OpenRC or another Arch-based non-systemd distro, I think this script still *should* work, although you may have to manually enable Network Manager or Pulseaudio. I haven't tested this though. If you have, tell me the results and I might implement it.
+docs/README.md \ No newline at end of file