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.shTo 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.
After installing new Homebrew packages, casks, or VS Code extensions, update the Brewfile and Brewfile.lock.json by running:
./update-brewfile.shThis will sync both files with your currently installed packages.