dotfiles/init

12 lines
215 B
Plaintext
Raw Permalink Normal View History

2022-07-04 16:06:23 +03:00
#!/bin/sh
2023-06-21 13:31:33 +03:00
set -e
2022-07-04 16:06:23 +03:00
if ! command -v git &> /dev/null
then
echo "git should be installed"
exit 255
fi
2023-06-25 15:32:30 +03:00
git clone https://github.com/ivabus/dotfiles $HOME/.dotfiles
exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty