Set of custom scripts helping to quickly setup a familiar environment on new machines.
Find a file
2024-03-08 13:27:18 +01:00
.vscode change architecture 2024-03-08 13:27:18 +01:00
src change architecture 2024-03-08 13:27:18 +01:00
.gitignore change architecture 2024-03-08 13:27:18 +01:00
build.sh change architecture 2024-03-08 13:27:18 +01:00
deno.json change architecture 2024-03-08 13:27:18 +01:00
deno.lock change architecture 2024-03-08 13:27:18 +01:00
install.sh change architecture 2024-03-08 13:27:18 +01:00
README.md updated missing links 2022-05-27 03:59:09 +03:00

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 runtime to run, it can be installed without sudo using this script:

curl -fsSL https://deno.land/x/install/install.sh | sh

The complete.ts script installs each parts.

deno run -A "https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/complete.ts"

With the prelude

curl -fsSL "https://raw.githubusercontent.com/MajorBarnulf/mbztr/main/prelude.sh" | sh