46 lines
2.8 KiB
Markdown
46 lines
2.8 KiB
Markdown
# Bash-it
|
|

|
|
[](https://webchat.freenode.net/?channel=#bash-it)
|
|
|
|
**Bash-it** is a collection of community Bash commands and scripts for Bash 3.2+.
|
|
(And a shameless ripoff of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) :smiley:)
|
|
|
|
Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more.
|
|
|
|
Bash-it provides a solid framework for using, developing and maintaining shell scripts and custom commands for your daily work.
|
|
If you're using the _Bourne Again Shell_ (Bash) regularly and have been looking for an easy way on how to keep all of these nice little scripts and aliases under control, then Bash-it is for you!
|
|
Stop polluting your `~/bin` directory and your `.bashrc` file, fork/clone Bash-it and start hacking away.
|
|
|
|
- [Contributing](#contributing)
|
|
- [Installation](https://bash-it.readthedocs.io/en/latest/installation)
|
|
- [Install Options](https://bash-it.readthedocs.io/en/latest/installation/#install-options)
|
|
- [via Docker](https://bash-it.readthedocs.io/en/latest/installation/#install-using-docker)
|
|
- [Updating](https://bash-it.readthedocs.io/en/latest/installation/#updating)
|
|
- [Help](https://bash-it.readthedocs.io/en/latest/misc/#help-screens)
|
|
- [Search](https://bash-it.readthedocs.io/en/latest/commands/search)
|
|
- [Syntax](https://bash-it.readthedocs.io/en/latest/commands/search/#syntax)
|
|
- [Searching with Negations](
|
|
https://bash-it.readthedocs.io/en/latest/commands/search/#searching-with-negations)
|
|
- [Using Search to Enable or Disable Components](https://bash-it.readthedocs.io/en/latest/commands/search/#using-search-to-enable-or-disable-components)
|
|
- [Disabling ASCII Color](https://bash-it.readthedocs.io/en/latest/commands/search/#disabling-ascii-color)
|
|
- [Custom scripts, aliases, themes, and functions](
|
|
https://bash-it.readthedocs.io/en/latest/custom)
|
|
- [Themes](https://bash-it.readthedocs.io/en/latest/themes)
|
|
- [Uninstalling](https://bash-it.readthedocs.io/en/latest/uninstalling)
|
|
- [Misc](https://bash-it.readthedocs.io/en/latest/misc)
|
|
- [Help Out](https://bash-it.readthedocs.io/en/latest/#help-out)
|
|
- [Contributors](#contributors)
|
|
|
|
## Contributing
|
|
|
|
Please take a look at the [Contribution Guidelines](https://bash-it.readthedocs.io/en/latest/contributing) before reporting a bug or providing a new feature.
|
|
|
|
The [Development Guidelines](https://bash-it.readthedocs.io/en/latest/development) have more information on some of the internal workings of Bash-it,
|
|
please feel free to read through this page if you're interested in how Bash-it loads its components.
|
|
|
|
## Contributors
|
|
|
|
* [List of contributors][contribute]
|
|
|
|
[contribute]: https://github.com/Bash-it/bash-it/contributors
|