dotfiles/init

10 lines
198 B
Plaintext
Raw Normal View History

2022-07-04 16:06:23 +03:00
#!/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
sh $HOME/.dotfiles/tools/install.sh