This commit is contained in:
Luke Smith 2021-02-13 11:55:50 -05:00
parent 5f205dde22
commit 9452e29cf0
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -1,9 +1,8 @@
# Luke's Auto-Rice Bootstraping Scripts (LARBS)
# Luke's Auto-Rice Bootstrapping Scripts (LARBS)
## Installation:
On an Arch based distribution as root, run the following:
On an Arch-based distribution as root, run the following:
```
curl -LO larbs.xyz/larbs.sh
@ -39,14 +38,13 @@ that the programs file must be a three column `.csv`.
The first column is a "tag" that determines how the program is installed, ""
(blank) for the main repository, `A` for via the AUR or `G` if the program is a
git repository that is meant to be `make && sudo make install`ed. `V`if it's for
the void linux distribution's xbps package manager.
git repository that is meant to be `make && sudo make install`ed.
The second column is the name of the program in the repository, or the link to
the git repository, and the third comment is a description (should be a verb
the git repository, and the third column is a description (should be a verb
phrase) that describes the program. During installation, LARBS will print out
this information in a grammatical sentence. It also doubles as documentation
for people who read the csv or who want to install my dotfiles manually.
for people who read the CSV and want to install my dotfiles manually.
Depending on your own build, you may want to tactically order the programs in
your programs file. LARBS will install from the top to the bottom.