From cd8adbd34c9a7e08aa8794c0dbca8368f9aea149 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 20 Dec 2022 09:32:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BF=D1=83=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 6b237db..3593a7f 100644 --- a/README.md +++ b/README.md @@ -4,32 +4,32 @@ ```sh sudo apt install curl -mkdir ~/bin && cd ~/bin && curl https://zyedidia.github.io/eget.sh | sh +mkdir ~/.local/bin && cd ~/.local/bin && curl https://zyedidia.github.io/eget.sh | sh ``` # Настройка Eget ```sh -curl -o ~/.eget.toml https://git.246060.ru/f1x1t/eget-config/raw/branch/master/eget.toml +curl -o ~/.eget.toml https://git.246060.ru/config/eget/raw/branch/master/eget.toml ``` # Установка программ ```sh -~/bin/eget tj/git-extras -~/bin/eget paulirish/git-open -~/bin/eget jesseduffield/lazygit -~/bin/eget jesseduffield/lazydocker -~/bin/eget BurntSushi/ripgrep -~/bin/eget junegunn/fzf -~/bin/eget sharkdp/fd -~/bin/eget sharkdp/bat -~/bin/eget sharkdp/hyperfine -~/bin/eget dbrgn/tealdeer -~/bin/eget denisidoro/navi -~/bin/eget jgm/pandoc -~/bin/eget yt-dlp/yt-dlp -~/bin/eget dundee/gdu -~/bin/eget dandavison/delta +~/.local/bin/eget tj/git-extras +~/.local/bin/eget paulirish/git-open +~/.local/bin/eget jesseduffield/lazygit +~/.local/bin/eget jesseduffield/lazydocker +~/.local/bin/eget BurntSushi/ripgrep +~/.local/bin/eget junegunn/fzf +~/.local/bin/eget sharkdp/fd +~/.local/bin/eget sharkdp/bat +~/.local/bin/eget sharkdp/hyperfine +~/.local/bin/eget dbrgn/tealdeer +~/.local/bin/eget denisidoro/navi +~/.local/bin/eget jgm/pandoc +~/.local/bin/eget yt-dlp/yt-dlp +~/.local/bin/eget dundee/gdu +~/.local/bin/eget dandavison/delta ```