This repository contains my dotfiles.
It uses GNU Stow to create symlinks to your home directory.
- Clone the repository anywhere on your machine.
- Navigate into the root of the repository.
- Use
stow -t ~ PackageDirectory
For example
stow -t ~ Vim
would apply the vim config files. Note that this does not overwrite existing configurations.