mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Merge branch 'main' of https://github.com/ivabus/ivabus-dotfiles
This commit is contained in:
commit
80174428e8
|
@ -18,7 +18,7 @@ During the installation you can configure git by embedded configurator:
|
||||||
- code signing
|
- code signing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sh <(curl https://ivabus.dev/dotfiles)
|
curl iva.bz/d | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upgrading dotfiles
|
### Upgrading dotfiles
|
||||||
|
|
2
init
2
init
|
@ -1,9 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
if ! command -v git &> /dev/null
|
if ! command -v git &> /dev/null
|
||||||
then
|
then
|
||||||
echo "git should be installed"
|
echo "git should be installed"
|
||||||
exit 255
|
exit 255
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone https://github.com/ivabus/dotfiles $HOME/.dotfiles
|
git clone https://github.com/ivabus/dotfiles $HOME/.dotfiles
|
||||||
exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty
|
exec sh $HOME/.dotfiles/tools/install.sh < /dev/tty
|
||||||
|
|
Loading…
Reference in a new issue