Skip to content

sskras/.files

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.7%
  • Makefile 43.3%
  • Vim Script 1.0%