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
- Host: GitHub
- URL: https://github.com/hellofuji/zsh-installer
- Owner: hellofuji
- Created: 2025-05-07T10:12:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-07T10:31:00.000Z (about 1 year ago)
- Last Synced: 2025-05-07T11:29:06.573Z (about 1 year ago)
- Topics: linux, shell, zsh, zsh-configuration
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZSH Installer
[](https://opensource.org/licenses/MIT)
[](https://github.com/koalaman/shellcheck)

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