Update .scripts/install_base.sh

This commit is contained in:
V 2022-11-25 20:49:34 +04:00
parent c3395127ae
commit 46bfb8ebc6
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ paru --needed --noconfirm -Syu paru-bin ttf-cascadia-code
# Chezmoi apply dotfiles
chezmoi init --apply https://inex.dev/v/dotfiles.git
cd .local/share/chezmoi/
git remote set-url origin git@inex.dev:v/dotfiles.git
cd $HOME
if [ -f "$HOME/.ssh/id_ed25519.pub" ]; then
echo "id_ed25519.pub exist"