All of the dotfiles needed to configure a client as I like it
sudo apt install git gh stow -y
Install Git, via APT
Install GNU stow, via APT
Clone the repository and CD into the directory
git clone https://github.com/Loafabreadly/dotfiles.git
cd dotfiles
Create the symlinks using GNU Stow from the current working dir, aimed at the home dir
sudo stow . -t ~