This repository contains a Zsh setup script tailored for Arch-based distributions (including Manjaro). It automates:
- Zsh configuration (aliases, prompt, syntax highlighting, autosuggestions)
- SSH agent initialization
- Installation of common packages via
pacmanand AUR helpers (yay/paru)
- An Arch-based Linux distribution
zshinstalled- AUR helper (
yayorparu) for AUR packages (optional)
-
Clone or download this repository.
-
Make the script executable:
chmod +x run.sh
-
Run the script:
./run.sh
-
Follow any prompts (e.g., package installation confirmation, SSH key path).
- Edit
run.shto add or remove packages in the package groups section. - Modify
apply_zsh_configs_prompt()to adjust aliases, prompt style, or plugins.
This script is provided under the MIT License. Feel free to adapt and redistribute!