General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
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.
Sign in to like and favorite skills
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.