This directory contains the dotfiles for my system
Ensure you have the following installed on your system
apt git
apt stow
First, check out the dotfiles in your $HOME directory using git
$ git clone [email protected]:AndrewIzatt/dotfiles.git
$ cd dotfiles
then use GNU Stow to create symlinks
$ stow .
If you add new files after previously stowing:
$ stow -D .
to unstow the symlinks and then repeat:
$ stow .
to restow the files and recreate the symlinks.
If you experience any problems, here is the original video where I saw this strategy of managing dotfiles:
https://youtu.be/y6XCebnB9gs?si=9UNCt7R2t8VOgjTw