From e6e7300c71831072e56c43d27aea63bf77380c9c Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Tue, 3 Jan 2023 19:07:23 +0300 Subject: [PATCH] Add env to README.md and edit curl commands --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2591b..6038004 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ During the installation you can configure git by embedded configurator: - code signing ```sh -sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)" +sh <(curl ivabus.dev/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) [Repo Packages](https://ivabus.dev/pkgs), [AUR packages](https://ivabus.dev/aur). + +## Environment + +TODO: description + +```sh +sh <(curl ivabus.dev/env) +``` \ No newline at end of file