This repository contains my dotfiles for configuring neovim (nvim), tmux, and zsh. These configurations are managed using STOW for easy deployment on different systems.
Before using these dotfiles, ensure you have the following installed on your system:
To set up these dotfiles on your system, run the following command from the root of the repository:
./setup.sh
This script will use STOW to symlink the configuration files for neovim, tmux, and zsh to the appropriate locations in your home directory.
If you want to remove the symlinked dotfiles, you can use the following command:
./destroy.sh
This script will remove the symlinks created by the setup.sh script, effectively reverting your configuration to its previous state.