Go to file
b1ek b7b536755c
(feat) redirect pacman output and stop the build if pacman failed
2024-02-14 10:31:36 +10:00
bricks (feat) isolate omz install script as well 2024-02-14 10:28:11 +10:00
README.md (docs) mention ./brick.sh -L in readme 2024-02-13 19:27:39 +10:00
brick.sh (feat) redirect pacman output and stop the build if pacman failed 2024-02-14 10:31:36 +10:00

README.md

blek!OS

hiii and welcome to the blek! OS install place

now, first of all it is not actually an OS but more like my customization rices for arch (aka dotfiles) also some install scripts for stuff like paru

oh yeah also it has a (kind of) a package manager which is called brick.sh which is used to install some stuff

installation

so this repo serves as both the OS and its package registry.
to install it, clone the repo and cd to it:

git clone https://git.blek.codes/blek/os bos
cd bos

now after you have done that, you will have a brick.sh in your working directory and you can install stuff !! ^=^

to do this, run this:

./brick.sh package1 package2 # list of packages is a bit down

packages

ok so for now there arent a lot (probably wont be lmao) but theres the ones that are there:

  1. omz - a cool shell framework
  2. nvim - like vim but better + has my "rice"

to get the auto generated list of packages, run ./brick.sh -L

have fun ^^