Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 574 Bytes

readme.md

File metadata and controls

29 lines (22 loc) · 574 Bytes

BashStyle

Stylise your bash.

Auto-install:

$ curl -fsSL https://raw.githubusercontent.com/Slyke/BashStyle/master/web_install.sh | bash

Manual install:

git clone [email protected]:Slyke/BashStyle.git
cd BashStyle
./install.sh

Changes should be applied immediately.

To uninstall:

Open you ~/.bashrc file and remove the lines:

if [ -f ~/.bashstyle/bashrc_inject ]; then
    . ~/.bashstyle/bashrc_inject
fi

The lines should be near the bottom of your file.

Restart your terminal for the changes to be applied.