This script automates the installation of Oh My Zsh and Powerlevel10k. These two tools enhance your terminal experience and allow for customizing your Zsh shell.
Go to file
hx 11e246829c „LICENSE“ ändern
Signed-off-by: hx <hx@noreply.localhost>
2023-05-21 05:23:22 +02:00
LICENSE „LICENSE“ ändern 2023-05-21 05:23:22 +02:00
README_CH-DE.md
README_DE.md
README_ES.md
README_FR.md „README_FR.md“ ändern 2023-05-21 05:20:02 +02:00
README_IT.md „README_IT.md“ ändern 2023-05-21 05:20:24 +02:00
README.md
setup.sh

Oh-My-PowerZSH

This script automates the installation of Oh My Zsh and Powerlevel10k. These two tools enhance your terminal experience and allow for customizing your Zsh shell.

🔒 Permissions Required: Please make sure to run this script with administrator privileges. Features:

Oh My Zsh: Oh My Zsh is a comprehensive framework for managing your Zsh configuration. It offers a wide range of themes, plugins, and customization options.

💪 Powerlevel10k: Powerlevel10k is a flexible Zsh theme that provides a variety of features and impressive visual enhancements. It enables a highly customizable prompt with informative segments and seamless integration with Oh My Zsh.

💡 Troubleshooting: If you encounter any issues during the installation, you can try the following steps:

🚫 ZSH Folder Already Exists: If the ZSH folder already exists in the specified directory, you have several options:
    Unset the ZSH variable when calling the installer: ZSH= sh install.sh
    Install Oh My Zsh in a different directory that doesn't exist yet: ZSH=path/to/new/ohmyzsh/folder sh install.sh
    Caution: If the folder doesn't contain important information, you can remove it with rm -r <ZSH folder path>.

🚧 Dependency Error: If you encounter a "wget is not installed" error, please install wget on your system and try again.

✨ Installation Completed: Upon successful installation, the script clones the Powerlevel10k theme, updates the ZSH theme in your .zshrc file, and downloads the MesloLGS NF fonts to provide a beautiful prompt display.

Usage

Clone the script repository: git clone <repository URL>
Navigate to the script directory: cd <script directory>
Run the script with administrator privileges: sudo bash install.sh

License

This script is released under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.

🌟 Enjoy your enhanced Zsh experience with Oh My Zsh and Powerlevel10k! 🚀