This repository contains my personal dotfiles and configuration files for various tools and applications I use in my development environment. The configurations are managed through symbolic links and can be easily installed using the provided installation script.
Important
Running this installer will make significant changes to your local configuration. Please proceed with caution.
This project requires zx to be installed globally.
You can install it using npm:
npm install -g zx- Clone the repository into the root directory.
cd ~ && git clone https://github.com/zudydy/dotfiles.git- Move to the cloned repository and run the install script.
cd dotfiles && zx install.mjs