added a README
This commit is contained in:
parent
6761bad26e
commit
cd6c889124
2 changed files with 30 additions and 1 deletions
29
README.md
Normal file
29
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue