dotfiles
dotfiles copied to clipboard
[ERROR] Unable to find the dotfile '/home/ubuntu//.config/bash/.bashrc'
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```
Hi @syumaK I happen to run into the same issue when doing the installation. Did you manage to find the dotfile. The error says the dotfile is missing, when I click on the link to the dotfile, it looks like the file has been removed. Is there a way around this?