This repository contains my personal dotfiles and configuration scripts for a customized development environment. It includes configurations for Zsh, aliases, functions, and various tools to enhance productivity.
Note
This repository is under development, and more configurations will be added in the future.
To set up the dotfiles on your system, follow these steps:
-
Clone the repository:
git clone https://github.com/pyyupsk/dotfiles.git ~/.dotfiles
-
Install required packages: Make sure to run the
install/install-packages.sh
script to install necessary packages:sudo sh ~/.dotfiles/install/install-packages.sh
-
Run the setup script:
sh ~/.dotfiles/install/setup.sh
Warning
Ensure that you have backed up your existing configuration files before running the setup scripts to prevent any data loss.
This project is licensed under the MIT License. See the LICENSE file for details.