website/dotfiles
Ivan Bushchik 40ae41dc60
Reinitial commit (rewriting history)
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-09-04 17:16:49 +03:00

10 lines
203 B
Bash

#!/bin/sh
if ! command -v git &> /dev/null
then
echo "git should be installed"
exit 255
fi
git clone https://github.com/ivabus/ivabus-dotfiles $HOME/.dotfiles
exec sh $HOME/.dotfiles/tools/install.sh