My personal macOS dotfiles managed with GNU Stow.
Warning: If you have existing .zshrc, .p10k.zsh, or .wezterm.lua files, GNU Stow will fail. Back them up or remove them before installation.
Clone this repository to your home directory:
git clone https://github.com/ricardoyang00/dotfiles.git ~/dotfiles
cd ~/dotfilesRun the installation script:
chmod +x install.sh
./install.shAfter installation completes, restart your terminal for changes to take effect.
To reconfigure the Powerlevel10k prompt:
p10k configureFeel free to use and modify these dotfiles for your own setup.