sskras / .files

Personal attempt at automating setup of a new home dir / managing dot-files in a cross-platform way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 bash -l to lose the current shell session (Eg. jobs) modus shell history and get the versioned shell environment set up.

About

Personal attempt at automating setup of a new home dir / managing dot-files in a cross-platform way.

License:Other


Languages

Language:Shell 53.8%Language:Makefile 45.1%Language:Vim Script 1.0%