No description
Find a file
2026-03-31 19:21:42 +02:00
README.md aggiornamento readme 2026-03-31 19:21:42 +02:00
script.sh first commit 2026-03-31 19:10:14 +02:00

Universal Zsh Setup

Script automatico per configurare Zsh, Oh My Zsh, Autosuggestions e Syntax Highlighting su qualsiasi server Linux.

Distro Supportate

  • Ubuntu / Debian
  • CentOS / RHEL / AlmaLinux / Rocky
  • Fedora
  • Arch Linux
  • openSUSE
  • Alpine Linux

Distro testate:

  • Debian

Installazione Rapida (One-Liner)

Esegui questo comando sul tuo server appena creato:

CURL:

sh -c "$(curl -fsSL https://forgejo.phast.foo/gig/zsh_setup/raw/branch/main/script.sh)"

WGET:

sh -c "$(wget -O- https://forgejo.phast.foo/gig/zsh_setup/raw/branch/main/script.sh)"