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

https://github.com/hellofuji/zsh-installer

Installs zsh, allows theme selection, and sets as default shell
https://github.com/hellofuji/zsh-installer

linux shell zsh zsh-configuration

Last synced: about 2 months ago
JSON representation

Installs zsh, allows theme selection, and sets as default shell

Awesome Lists containing this project

README

          

# ZSH Installer

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Shell Check](https://img.shields.io/badge/ShellCheck-Validated-brightgreen)](https://github.com/koalaman/shellcheck)
![Tested On](https://img.shields.io/badge/Tested%20On-Ubuntu%20|%20Fedora%20|%20Arch-blueviolet)

The ultimate all-in-one script to install ZSH and configure it beautifully with [Oh My ZSH](https://ohmyz.sh/)!

## 🔥 Features

### 🛠️ Installation
- **ZSH installer** (auto-detects your package manager)
- **Oh My ZSH auto-setup** (with unattended installation)
- **Default shell configuration** (no manual `chsh` needed)

### 🎨 Customization Suite
- **Interactive theme selector**
- **Backup system** (keeps your original config safe)
- **Special themes included**:
- Powerlevel10k (blazing fast prompt)
- Spaceship (modern git-aware design)
- Agnoster (classic powerline style)
- Robbyrussell (default OMZ theme)

## 🚀 Installation

```bash
wget https://raw.githubusercontent.com/hellofuji/zsh-installer/main/install_zsh.sh
chmod +x install_zsh.sh
./install_zsh.sh