This repository contains my configuration files (dotfiles) for zsh, VSCode, and other tools. These dotfiles are managed using Git and symlinks for easy version control and portability.
Run the setup script to create the symlinks:
./setup.sh
To add a new configuration file, move it to the ~/dotfiles/home
directory and rerun the setup.sh
script.
Simply git add and commit. The dotfiles are symlinked from the repository, so any changes to the installed dotfiles will be reflected in the repository and be ready for staging.