/totalshell

🖥️ Simple script to turn your terminal into an enjoyable experience with autocompletion, syntax highlighting and Powerlevel10K installed automatically.

Primary LanguageShell

Total Shell

This simple script allows you to turn your terminal experience from dull to totally enjoyable.

Debian example default bash: Default bash after running the script: Totalled shell

macOS example Syntax highlighting: Showing red for incorrect syntax Showing green for correct syntax

Currently it works on Debian based systems and on macOS

Feel free to contribute to it and submit a pull request.

Usage

Simply run the command below:

curl -fsSL https://raw.githubusercontent.com/verebes1/totalshell/master/total-shell.sh | bash"

If you would rather see what you're running then you can download total-shell.sh make it executable using chmod +x total-shell.sh and next run it ./total-shell.sh.

Or you can clone the repo using:

git clone git@github.com:verebes1/totalshell.git
# Or via https
git clone https://github.com/verebes1/totalshell.git