Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shinjimc/zsh-setup-pro

Advanced ZSH setup with Pokémon Color Scripts. This script installs and configures ZSH with Oh My Zsh, useful plugins, and options to personalize your terminal with Pokémon colors. Ideal for Linux users looking for an attractive and efficient terminal experience.
https://github.com/shinjimc/zsh-setup-pro

archlinux bash debian fedora linux linux-customization oh-my-zsh pokemon-color-scripts setup-script shell-configuration terminal terminal-customization ubuntu zsh

Last synced: 3 months ago
JSON representation

Advanced ZSH setup with Pokémon Color Scripts. This script installs and configures ZSH with Oh My Zsh, useful plugins, and options to personalize your terminal with Pokémon colors. Ideal for Linux users looking for an attractive and efficient terminal experience.

Awesome Lists containing this project

README

        


ZSH Setup Configuration Pro with Pokemon Color Scripts


[![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&weight=500&size=18&pause=500&color=BBF7F7&width=180&lines=%F0%9F%92%BB+Oh+My+Zsh+%F0%9F%92%BB;%F0%9F%92%BB+Pokemon+%F0%9F%92%BB)](https://git.io/typing-svg)



![SHELL](https://img.shields.io/badge/Shell_Script-121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white)
![Arch Linux](https://img.shields.io/badge/Arch_Linux-1793D1.svg?style=for-the-badge&logo=arch-linux&logoColor=white)
![Debian](https://img.shields.io/badge/Debian-A81D33.svg?style=for-the-badge&logo=debian&logoColor=white)
![Fedora](https://img.shields.io/badge/Fedora-51A2DA.svg?style=for-the-badge&logo=fedora&logoColor=white)
![Kali Linux](https://img.shields.io/badge/Kali_Linux-557C94.svg?style=for-the-badge&logo=kali-linux&logoColor=white)
![Linux](https://img.shields.io/badge/Linux-FCC624.svg?style=for-the-badge&logo=linux&logoColor=black)
![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420.svg?style=for-the-badge&logo=ubuntu&logoColor=white)

![Build Status](https://img.shields.io/badge/build-passing-77dd77)
![KDE Plasma Status](https://img.shields.io/badge/KDE-passing-77dd77)
[![Commits](https://badgen.net/github/commits/ShinjiMC/Zsh-Setup-Pro/main)]()
![Version](https://img.shields.io/badge/version-1.0.0-b39eb5)
![License](https://img.shields.io/badge/license-MIT-cfcfc4)

## Table of Contents

- [Description](#description)
- [Visuals](#visuals)
- [Screenshots](#screenshots)
- [Requirements](#requirements)
- [Installation](#installation)
- [Location of the files](#location-of-the-files)
- [How it works](#how-it-works)
- [Credits](#credits)
- [Author](#author)
- [License](#license)

## Description

The **ZSH Setup Configuration Pro with Pokemon Color Scripts** is a comprehensive setup script designed to configure your ZSH shell environment with essential tools, plugins, and a visually enhanced setup. This script also provides an optional installation of Pokemon color scripts to personalize your terminal experience.

## Visuals

![screenshot](./docs/demo1.png)
![screenshot](./docs/demo2.png)

## Screenshots

![screenshot](./docs/ins0.png)
![screenshot](./docs/ins1.png)

## Requirements

- `python3` - for pokemon color scripts
- `git` - for version control
- `wget` - for downloading installation scripts

## Installation

1. **Clone the repository:**

```bash
git clone https://github.com/ShinjiMC/Zsh-Setup-Pro.git
```

2. **Navigate to the project directory:**

```bash
cd Zsh-Setup-Pro
```

3. **Run the installation script:**

```bash
chmod +x install.sh
./install.sh
```

4. Follow the prompts to install Pokemon color scripts if desired.

## Location of the Files

- **Installation Script:** `install.sh`
- **Configuration Files:** Located in the `assets/` directory within the repository.

## How it Works

The installation script performs the following actions:

1. Installs core ZSH packages.
2. Prompts the user to install Pokemon color scripts.
3. Configures Oh My Zsh and installs necessary plugins.
4. Updates ZSH configuration files and backups existing configurations.
5. Changes the default shell to ZSH if not already set.

## Credits

- **Oh My Zsh:** [https://github.com/ohmyzsh/ohmyzsh](https://github.com/ohmyzsh/ohmyzsh)
- **Zsh Autosuggestions:** [https://github.com/zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- **Zsh Syntax Highlighting:** [https://github.com/zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- **Pokemon Color Scripts:** [https://gitlab.com/phoneybadger/pokemon-colorscripts](https://gitlab.com/phoneybadger/pokemon-colorscripts)

## Author

- **ShinjiMC** - [GitHub Profile](https://github.com/ShinjiMC)

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.