This directory contains the dotfiles for my unix devices. I use it in WSL2 and Mac.
The following dependencies are required:
brew install git
or
apt install git
brew install stow
or
apt install stow
First, check out the dotfiles repo in your $HOME
directory using git
$ git clone git@github.com:adeleke5140/dotfiles.git
$ cd dotfiles
then use GNU stow to create symlinks
$ stow .
For anything that's not clear, check out Dreams of Autonomy's video