Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1008 Bytes

File metadata and controls

52 lines (38 loc) · 1008 Bytes

Ultimate ZSH Configuration

Demo Screenshot

Features ✨

  • 🎨 Beautiful colored interface
  • ⚡ Optimized for speed
  • 🤖 Automatic dependency installation
  • 🧩 Plugin management
  • 🖥️ System information display

Installation

  1. Clone the repository:✨

    git clone https://github.com/futuretonight/Ubuntu-Terminal.git
  2. Navigate into the repository:↪️

    cd Ubuntu-Terminal
  3. Run the install script:🟢

    bash install.sh
  4. Restart your terminal or run:🔑

    source ~/.zshrc

Customization🔮

Add your personal aliases in ~/.zsh_aliases

Post-Clone Welcome Banner

To enable the post-clone banner:

  • Git hooks will be automatically installed during setup.
  • If you want to enable them manually, run:
    cp .githooks/post-checkout .git/hooks/post-checkout
    chmod +x .git/hooks/post-checkout

Enjoy your customized terminal experience!

License 🪪

MIT