mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
Update init
This commit is contained in:
parent
bf5c1a234e
commit
772277a313
1 changed files with 2 additions and 1 deletions
3
init
3
init
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if ! command -v git &> /dev/null
|
||||
then
|
||||
|
@ -6,4 +7,4 @@ then
|
|||
exit 255
|
||||
fi
|
||||
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