Путь к репозиторию

This commit is contained in:
Andrei Astafev 2023-04-16 22:11:23 +03:00
parent ce3d65d15b
commit 48902750b9
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ sudo apt-get install command-not-found grc grepcidr kitty-terminfo wmctrl xdotoo
Клонировать репозиторий с настройками Zsh в каталог `~/.config/zsh`: Клонировать репозиторий с настройками Zsh в каталог `~/.config/zsh`:
```sh ```sh
git clone https://git.246060.ru/f1x1t/zshrc ~/.config/zsh git clone https://git.246060.ru/config/zsh ~/.config/zsh
``` ```
# Базовая настройка # Базовая настройка

View File

@ -3,7 +3,7 @@
set -e set -e
sudo apt-get install git zsh sudo apt-get install git zsh
git clone https://git.246060.ru/f1x1t/zshrc $HOME/.config/zsh git clone https://git.246060.ru/config/zsh $HOME/.config/zsh
cat <<EOF > $HOME/.zshenv cat <<EOF > $HOME/.zshenv
# Загрузка конфигурации из каталога $ZDOTDIR # Загрузка конфигурации из каталога $ZDOTDIR