// SPDX-License-Identifier: BlueOak-1.0.0
// SPDX-FileCopyrightText: 2023 Saulius Krasuckas
= Various public files residing in my $HOME
== Bootstrapping the environment to manage home-dir
Use one of the following commands:
curl -s https://raw.githubusercontent.com/sskras/.files/main/.local/Makefile | make -f- install
curl -s https://raw.githubusercontent.com/sskras/.files/main/.local/bin/boot-home | sh
Shortened URL alternatives:
+++ +++ Via Twitter: +++ +++
curl -L t.co/IrpGHxCGXi | make -f- install
curl -L t.co/I1FBEJfNtu | sh
+++ +++ Via inbox.LV: +++ +++
curl -L inx.lv/mi3N | make -f- install
curl -L inx.lv/mi3u | sh
After deployment is over, you may want to relogin for the environment to take effect.
Alternatively, just run exec "${SHELL}" -l
to lose the current shell session (Eg. jobs)
modus shell history and get the versioned shell environment set up.
== TODOs