This commit is contained in:
Ivan Bushchik 2023-06-25 15:33:13 +03:00
commit 80174428e8
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,7 @@ During the installation you can configure git by embedded configurator:
- code signing
```sh
sh <(curl https://ivabus.dev/dotfiles)
curl iva.bz/d | sh
```
### Upgrading dotfiles
@ -36,4 +36,4 @@ TODO: description
```sh
sh <(curl https://ivabus.dev/env)
```
```

2
init
View file

@ -1,9 +1,11 @@
#!/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/dotfiles $HOME/.dotfiles
exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty