fix: it's a dir
This commit is contained in:
parent
7e0ad30416
commit
ce35ef4a57
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
|
||||
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
|
||||
./dot a
|
||||
|
|
Loading…
Reference in a new issue