No description
Find a file
2025-06-16 23:19:25 +01:00
install-omz-plugins.sh Add omz plugins script 2025-06-16 23:13:36 +01:00
install-omz.sh Add omz script 2025-06-16 23:11:45 +01:00
install-yay.sh Add yay script 2025-06-16 23:08:53 +01:00
README.md Add readme 2025-06-16 23:19:25 +01:00

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-autosuggestions
    • zsh-syntax-highlighting
    • zsh-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