fix: it's a dir

This commit is contained in:
Strix 2023-11-16 15:53:33 +01:00
parent 7e0ad30416
commit ce35ef4a57
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -7,6 +7,6 @@
HOME=${HOME:-/home/${USER:-$(whomai)}} HOME=${HOME:-/home/${USER:-$(whomai)}}
[ -f "$HOME/.dotfiles" ] || git clone https://git.ixvd.net/raine/dotfiles $HOME/.dotfiles [ -d "$HOME/.dotfiles" ] || git clone https://git.ixvd.net/raine/dotfiles $HOME/.dotfiles
cd $HOME/.dotfiles cd $HOME/.dotfiles
./dot a ./dot a