<h1 align="center">
<a href="https://prompts.chat">
This script automates the installation and configuration of ZSH, including plugins, fonts, and the Starship prompt. It is designed for systems using APT or DNF package managers.
Loading actions...
<a href="https://prompts.chat">
risks
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
This script automates the installation and configuration of ZSH, including plugins, fonts, and the Starship prompt. It is designed for systems using APT or DNF package managers.

git clone https://gitlab.com/TariqJenkins/Better_Terminal.git ~/Better_Terminal
cd ~/Better_Terminal
bash zshInstall.sh
nano ~/.zshrc
export STARSHIP_CONFIG="$HOME/.config/starship1.toml"
export STARSHIP_CONFIG="$HOME/.config/starship1.toml" ## Default

export STARSHIP_CONFIG="$HOME/.config/starship2.toml"

export STARSHIP_CONFIG="$HOME/.config/starship3.toml"

export STARSHIP_CONFIG="$HOME/.config/starship4.toml"

This script is open-source and can be modified or distributed under the terms of the MIT License.
Use this script at your own risk. Ensure you understand the changes it makes to your system. Always back up important configurations before running automation scripts.