Skip to content

Bash-it/bash-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43285e7 · Feb 19, 2025
Jan 22, 2025
Feb 7, 2025
Feb 1, 2025
Apr 17, 2012
Jan 22, 2025
Feb 1, 2025
Nov 18, 2024
Feb 19, 2025
Jan 31, 2022
Jan 28, 2022
Nov 7, 2024
Nov 19, 2024
Jan 22, 2025
Feb 19, 2025
Jan 26, 2025
Mar 25, 2016
Feb 24, 2022
Mar 4, 2022
Feb 24, 2022
Jan 22, 2025
Jan 29, 2025
Oct 31, 2020
Apr 6, 2021
Nov 13, 2024
Jan 29, 2025
Feb 26, 2024
Jan 27, 2025
Jan 22, 2025

Repository files navigation

logo

Build Status Docs Status License shell

Bash-it is a collection of community Bash commands and scripts for Bash 3.2+. (And a shameless ripoff of oh-my-zsh 😃)

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.

Installation

  1. Check out a clone of this repo to a location of your choice, such as git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
  2. Run ~/.bash_it/install.sh

That's it! 😃

You can check out more components of Bash-it, and customize it to your desire.
For more information, see detailed instructions here.

custom configuration file location

By default the instller modifies/creates the actual ~/.bashrc is updated. If this is undesirable, you can create another file, by run the installer:

BASH_IT_CONFIG_FILE=path/to/my/custom/location.bash ~/.bash_it/install.sh

Contributing

Please take a look at the Contribution Guidelines before reporting a bug or providing a new feature.

The Development Guidelines 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

License

Bash-it is licensed under the MIT License.