mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Update init
This commit is contained in:
parent
bf5c1a234e
commit
772277a313
3
init
3
init
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
if ! command -v git &> /dev/null
|
if ! command -v git &> /dev/null
|
||||||
then
|
then
|
||||||
|
@ -6,4 +7,4 @@ then
|
||||||
exit 255
|
exit 255
|
||||||
fi
|
fi
|
||||||
git clone https://github.com/ivabus/ivabus-dotfiles $HOME/.dotfiles
|
git clone https://github.com/ivabus/ivabus-dotfiles $HOME/.dotfiles
|
||||||
exec sh $HOME/.dotfiles/tools/install.sh
|
exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty
|
||||||
|
|
Loading…
Reference in a new issue