My OS is Ubuntu(18.04.6 LTS) therefore I used your instructions as follows :
git clone https://github.com/Falkor/dotfiles.git ~/.dotfiles.falkor.d
Once cloned, initiated my local copy of the repository by running:
cd ~/.dotfiles.falkor.d
make setup
make install
I then received this error message :
[ERROR] Unable to find the dotfile '/home/ubuntu//.config/bash/.bashrc'
(interpreted path: ''). 'install.sh -h' for help.
.Makefile.after:17: recipe for target 'install' failed
make: *** [install] Error 1```