dotfiles/init
2023-06-25 15:32:30 +03:00

10 lines
207 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/dotfiles $HOME/.dotfiles
exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty