sbp
Simple Bash Prompt (SBP) is a bash prompt, which strives to be simple. But it isn't. But it looks kind of nice. I think.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- pull_request_verify.yaml
- ci_test
- ci_test_wrapper
- install
- run_tests
- try_me
- colors.conf
- colors.conf.template
- settings.conf
- settings.conf.template
- sbp_screenshot.png
- apathy.bash
- atlas.bash
- default-256.bash
- default.bash
- eighties.bash
- gruvebox.bash
- monokai.bash
- ocean.bash
- README.md
- solarized.bash
- template.ejs
- xresources.bash
- alert.bash
- README.md
- lines.bash
- plain.bash
- powerline.bash
- README.md
- aws.bash
- command.bash
- conda.bash
- direnv.bash
- exit_code.bash
- git.bash
- host.bash
- k8s.bash
- load.bash
- nix.bash
- path.bash
- path_ro.bash
- prompt_ready.bash
- python_env.bash
- README.md
- rescuetime.bash
- terraform.bash
- timestamp.bash
- wttr.bash
- configure.bash
- debug.bash
- decorate.bash
- execute.bash
- interact.bash
- interact_themed.bash
- main.bash
- alert.bats
- hook_helper.bash
- aws.bats
- command.bats
- conda.bats
- exit_code.bats
- git.bats
- host.bats
- k8s.bats
- load.bats
- path.bats
- path_ro.bats
- prompt_ready.bats
- python_env.bats
- rescuetime.bats
- segment_helper.bash
- timestamp.bats
- wttr.bats
- asserts.bash
- configure.bats
- decorate.bats
- execute.bats
- src_helper.bash
- .gitignore
- .pre-commit-config.yaml
- .shellcheckrc
- CLAUDE.md
- CONTRIBUTING.md
- Dockerfile
- LICENSE
- README.md
- sbp.bash
# Installation Guide
1. Get the code
git clone https://github.com/brujoand/sbp
Downloads the entire project code from GitHub to your computer.
cd sbp
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t sbp .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 sbp
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
