added a README

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-27 03:54:51 +03:00
parent 6761bad26e
commit cd6c889124
2 changed files with 30 additions and 1 deletions

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# Barnulfizator
Makes things more Barnulf.
## Description
This is a set of custom scripts helping me to quickly setup a familiar environment on new machines.
## Usage
### Manually
Scripts uses the [Deno](https://deno.land) runtime to run, it can be installed without sudo using this script:
```sh
curl -fsSL https://deno.land/x/install/install.sh | sh
```
The `complete.ts` script installs each parts.
```sh
deno run -A [URL]
```
### With the prelude
```sh
curl -fsSL [URL] | sh
```

View file

@ -9,4 +9,4 @@ export PATH="$DENO_INSTALL/bin:$PATH"
# indications
echo "run with :
deno -A \"[URL]\""
deno -A \"[URL]\""