dotfiles/init
2023-06-21 13:31:33 +03:00

11 lines
221 B
Bash

#!/bin/sh
set -e
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 < /dev/tty