Skip to content

Download & Install

Owen Easter edited this page Mar 1, 2025 · 4 revisions

Using the automatic installation script will overwrite any existing customisations you've made to your .bashrc script. If you would like to maintain your current bash profile, use the manual installation method.

Automatic Installation

To begin using bashful, download and install it using our automatic script at bashful-sh.github.io.

curl -fsSL https://bashful-sh.github.io/install.sh | bash

Manual Installation

If you wish to manually install bashful, then download the latest release (or pull the latest commit) from github.com/bashful-sh/bashful and then put the contents in directory called .bashful within your user home directory. Then, inside the contents of ~/.bashful there is a file called .bashrc take the contents of that file and place it inside your own ~/.bashrc file.

Now use the command source ~/.bashrc or alternatively; close any bash terminal sessions, and re-open your terminal. You are now ready to go!

Clone this wiki locally