This repository contains my configuration for various pieces of software I use (e.g. "dotfiles").
The repository uses GNU Stow to manage symlinks between these configuration files and the user's home directory.
To install only the dotfiles:
git clone git@github.com:eugenetriguba/dotfiles.git ~/.dotfiles
cd .dotfiles
./link.shI setup my whole system with an ansible playbook using my system-setup repository.
This installs everything needed onto my system and then symlinks these configuration files into my home directory.