mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Add env to README.md and edit curl commands
This commit is contained in:
parent
e079f54581
commit
e6e7300c71
10
README.md
10
README.md
|
@ -18,7 +18,7 @@ During the installation you can configure git by embedded configurator:
|
||||||
- code signing
|
- code signing
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
sh <(curl ivabus.dev/dotfiles)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Upgrading dotfiles
|
### Upgrading dotfiles
|
||||||
|
@ -29,3 +29,11 @@ Just run `upgrade_dotfiles` in your shell. Script will `git pull`, then relink o
|
||||||
#![screenshot-2022-12-08_18-08-29](https://user-images.githubusercontent.com/71599788/206481983-5dac2d62-5aea-4ccf-990a-b9ee6d53422f.png)
|
#![screenshot-2022-12-08_18-08-29](https://user-images.githubusercontent.com/71599788/206481983-5dac2d62-5aea-4ccf-990a-b9ee6d53422f.png)
|
||||||
|
|
||||||
[Repo Packages](https://ivabus.dev/pkgs), [AUR packages](https://ivabus.dev/aur).
|
[Repo Packages](https://ivabus.dev/pkgs), [AUR packages](https://ivabus.dev/aur).
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
|
||||||
|
TODO: description
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sh <(curl ivabus.dev/env)
|
||||||
|
```
|
Loading…
Reference in a new issue