This repository contains scripts to set up your development environment and install necessary plugins. Please follow the steps below to get started.
Ensure you have the following prerequisites installed:
gitmake- A compatible shell environment (e.g., zsh)
First, you need to prepare your environment. Run the following command in your terminal:
make allThis command will:
After setting up the environment, you need to install various plugins. To do this, run the install_plugins.sh script:
./install_plugins.shIf you need to clean up your environment, you can run:
make cleanThis will remove all the directories, files, and symbolic links that were created during the setup process.
This project is licensed under the Apache License 2.0. See the LICENSE file for more details.
Contributions are welcome! Please submit a pull request or open an issue if you have suggestions or bug reports.