Kristofers Auto-Rice Bootsrapping Script (KARBS)

KARBS is an efficient shell script that will install a fully-featured tiling window manager-based system on any Arch or Artix Linux-based system, without any of the routine of manual post-install processes and configuration.

By default, KARBS installs and deploys my own personal dotfiles.

Installation

On any (preferably fresh) install of an Arch or Artix Linux, make sure curl is installed and just run the following as the root user:

curl -LO krisrofers.xyz/karbs
sh karbs

Note that the KARBS scripts will not partition any drives or wipe anything, but when it deploys the dotfiles, it will overwrite any preexisting files: e.g. the KARBS .zshrc will replace your old .zshrc, etc.

What does KARBS install?

You can check out the programs list that KARBS parses for installation right here!

Here is some idea of the programs installed:

If you don't know any of these programs and this is all Geek to you, don't worry because it's all done automatically for you and you will learn as you use the system.

  • awesome - a highly configurable, next generation framework window manager for X
  • Minimalist and keyboard-centric programs for:
    • file management (lf),
    • video (mpv),
    • image viewer (nsxiv),
    • pdf/djvu/epub reader (zathura).
  • A well featured and configured shell (zsh) and other core programs.

Note that making your own fork of KARBS is as easy as using your own dotfiles, making a programs file like the one above, and making any other direct changes to the script you want.