mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-23 08:35:08 +03:00
Merge branch 'main' of https://github.com/ivabus/ivabus-dotfiles
This commit is contained in:
commit
80174428e8
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
2
init
2
init
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue