2024-02-13 09:55:29 +01:00
|
|
|
# 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
|
|
|
|
|
2024-02-13 10:17:33 +01:00
|
|
|
# installation
|
|
|
|
so this repo serves as both the OS and its package registry.
|
|
|
|
to install it, clone the repo and cd to it:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
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:
|
|
|
|
```sh
|
|
|
|
./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"
|
2024-02-14 03:01:11 +01:00
|
|
|
3. `brick` - brick's brick to install brick on your system (hopefully it won't brick it)
|
2024-02-13 10:17:33 +01:00
|
|
|
|
2024-02-13 10:27:39 +01:00
|
|
|
to get the auto generated list of packages, run `./brick.sh -L`
|
|
|
|
|
2024-02-13 09:55:29 +01:00
|
|
|
## have fun ^^
|