@light_yagami/zenfull-sh-setup
v1.0.5
Published
Zenfull Shell Setup - A CLI tool to setup Zenfull Shell environment quickly.
Readme
@light_yagami/zenfull-sh
A CLI tool for personal ZSH environment setup automation. Stop cloning 100 repos manually—setup your perfect ZSH environment with a single command.
Features
- ⚡ Automated Setup: Installs and configures your ZSH environment in seconds.
- 🛠️ Toolchain Management: Automatically sets up path aliases and configurations for
nvm,yarn,node,rust, and more. - 🧩 Extensions: Downloads and configures essential ZSH extensions and themes.
- 📦 Personalized: Designed as a personal setup automation tool—tweak the ZSH files once and deploy everywhere.
Usage
You can set up your environment using this tool with a single command:
npx @light_yagami/zenfull-shGetting Started
If you want to customize the setup for your own environment:
- Clone this repository.
- Tweak the ZSH configuration files in the
bin/directory. - Run the installation script locally:
node bin/install.js
Project Structure
zenfull-sh/
├── bin/
│ ├── .zshrc # ZSH configuration template
│ └── install.js # Main installation script
├── src/ # Core logic
├── openspec/ # OpenSpec change management
└── package.json # Project metadataLicense
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
