Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz committed Feb 13, 2021
1 parent 5f205dd commit 9452e29
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 9452e29

Please sign in to comment.