No description
| install-omz-plugins.sh | ||
| install-omz.sh | ||
| install-yay.sh | ||
| README.md | ||
⚡ zsh-setup
This is what I use to quickly bootstrap my Zsh environment on Arch-based systems.
It installs yay, Oh My Zsh, and a set of plugins I find useful for development.
🛑 Use only if you understand what the scripts do — read through them before running anything!
📦 What's Included
yay(AUR helper)- Oh My Zsh
- Plugins:
zsh-autosuggestionszsh-syntax-highlightingzsh-autocomplete
- Theme:
powerlevel10k
🚀 Setup Instructions
# 1. Clone the repo and make scripts executable
git clone https://forgejo.bernasss12.dev/ber/zsh-setup.git && cd zsh-setup && chmod +x *.sh
# 2. Install yay (AUR helper)
./install-yay.sh
# 3. Install Oh My Zsh
./install-omz.sh
# 4. Install plugins and theme
./install-omz-plugins.sh