{% extends 'layout.html' %} {% load static %} {% block title %} {{ title }} {% endblock %} {% block meta %} {% endblock %} {% block content %}
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.
On any (preferrably 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
sh karbs.sh
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.
You can check out the programs list that KARBS parses for installation right here!
Here is some idea of the programs installed:
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.
{% endblock %}