sskras / .files

Personal attempt at automating setup of a new home dir / managing dot-files in a cross-platform way.
Other
1 stars 0 forks source link

// SPDX-License-Identifier: BlueOak-1.0.0 // SPDX-FileCopyrightText: 2023 Saulius Krasuckas | sskras

= 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:

 

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