Set of custom scripts helping to quickly setup a familiar environment on new machines.
Find a file
2022-05-27 03:54:51 +03:00
lib initial commit 2022-05-27 03:47:38 +03:00
parts initial commit 2022-05-27 03:47:38 +03:00
complete.ts initial commit 2022-05-27 03:47:38 +03:00
prelude.sh added a README 2022-05-27 03:54:51 +03:00
README.md added a README 2022-05-27 03:54:51 +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 [URL]

With the prelude

curl -fsSL [URL] | sh