Skip to content

Installation

Luis Miguel P. Freitas edited this page Feb 10, 2025 · 3 revisions

How to install automatically

git clone --depth=1 https://github.com/digitalxs/dxsbash.git
cd dxsbash
chmod +x setup.sh
./setup.sh

Note: also use command install_bashrc_support to check for any dependency missing.

This installer is fully tested on Debian 12.

How to install manually

  1. Copy and/or create file .bashrc and replace on users home folder.
  2. Log off or use command source .bashrc to activate new customized shell.
  3. Use command install_bashrc_support to install all necessary software to run with this shell

Clone this wiki locally