TUI to help you setup your Linux system
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Bankai Linux Setup (inspired by the anime "Bleach")
Quick Start:
pipx install bankai
bankai
Bankai is a modular, multi-distro Linux setup and configuration toolkit. It automates the installation of essential applications, developer tools, terminal configs, and user environment tweaks for several popular Linux distributions.
Supported Distributions
- CachyOS / Arch-based
- Kubuntu / Debian / Ubuntu
- Nobara / Fedora
[!NOTE] The current release is primarily focused on and tested with Arch-based distributions like CachyOS. , the plan for other distributions is to have them working as well, but it's not a priority. and does not work in this release.
Features
- Automated installation of system packages and Flatpaks.
- Terminal and shell configuration (Fish, Starship, Fisher, etc.)
- IDEs, developer tools, and language managers (Rust, Node, Python, etc.)
- Optional gaming, Docker, and other productivity enhancements
- Modular config files for terminals (Kitty, Alacritty, Ghostty, Fastfetch)
- Git and SSH setup helper
Usage
After installation, simply run the main command:
bankai
- The script will auto-detect your OS or prompt you to select one.
- You can specify the OS directly:
bankai --os cachyos # or kubuntu, nobara
- Any extra arguments will be passed to the OS-specific script by adding
--before them:bankai --os cachyos -- --some-arg
- Follow the prompts for optional installs (gaming, Docker, Fish shell, etc.).
Notes
pipxis the recommended tool for installing command-line applications like Bankai, as it isolates them in their own environments. You can install it viapip install pipx.- Some steps will require
sudoprivileges. The script will prompt you for your password when needed. - A system restart or re-login is recommended for all changes to take effect.
For Developers (Contributing)
If you want to contribute or customize the scripts, you can clone the repository:
git clone https://github.com/axatbhardwaj/bankai.git
cd bankai
# Recommended: create a virtual environment
python -m venv .venv
source .venv/bin/activate
# Install in editable mode
pip install -e .
# Now you can run your local version
bankai
- Package lists are in
common/ - Configuration templates are in
configs/ - OS-specific logic is in
os_scripts/
License
MIT (see repository)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bankai-0.1.2.tar.gz.
File metadata
- Download URL: bankai-0.1.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142167e43b13b54cd755adc817ee1686b7c05e0d3ec009a805c0c92a59695b67
|
|
| MD5 |
91dc2879698d91bd30bc0091db96b881
|
|
| BLAKE2b-256 |
6ee6feff8d66832ea4b297c2a1b862c7fddf2836f2ffa3718e01c64a32bcf658
|
File details
Details for the file bankai-0.1.2-py3-none-any.whl.
File metadata
- Download URL: bankai-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
975c2af4d895f561345d288974b1d8de125006aa1b385d4107d079bb5c4c5350
|
|
| MD5 |
cd9d4f20cf6b65cb380441105affb866
|
|
| BLAKE2b-256 |
c617e8dd8702e1411a62caf09857aa2542413340ccebd666ce87693a0475f6b0
|