https://github.com/kherge-archive/bash.utils
Configures my BASH environment just the way I like it.
https://github.com/kherge-archive/bash.utils
bash
Last synced: over 1 year ago
JSON representation
Configures my BASH environment just the way I like it.
- Host: GitHub
- URL: https://github.com/kherge-archive/bash.utils
- Owner: kherge-archive
- Archived: true
- Created: 2018-12-05T05:45:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T06:38:26.000Z (about 5 years ago)
- Last Synced: 2025-02-07T20:33:19.403Z (over 1 year ago)
- Topics: bash
- Language: Shell
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BASH Utilities
==============
A highly opinionated way of configuring your BASH environment.
Requirements
------------
- BASH 4 or greater
Installation
------------
1. Clone the repository.
2. Edit your `.bashrc` script.
1. Define `BASH_UTILS` as the path to the repository.
2. Add: `. "$BASH_UTILS/bootstrap.sh" "$(tty)"`
Usage
-----
### Enabled Features
To list which features have been enabled, run
```sh
echo "$BASH_UTILS_FEATURES"
```