These dotfiles can be restowed using GNU Stow, as well as stowing new dotfiles.
To restow the dotfiles on a new machine, first clone this repository and then run the makefile from that directory.
git clone https://github.com/6lr61/dotfiles.git ~/.dotfiles
make -C ~/.dotfiles
First make a new package by creating a directory for the specific program in the ~/.dotfiles
directory. Then move the config files into the newly created directory.
mkdir -p ~/.dotfiles/package
mv ~/.programrc ~/.dotfiles/package
Then use stow
to create the corresponding symlinks for the config files in your home directory.
cd ~/.dotfiles
stow --target=$HOME package