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
pacman
and AUR helpers (yay
/paru
)
- An Arch-based Linux distribution
zsh
installed- AUR helper (
yay
orparu
) 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.sh
to 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!