Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-10 03:39:26 +04:00
parent c28fc48a62
commit 90b563f347
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ if ! pacman -Qi nvim-packer-git > /dev/null; then
paru -S --needed --noconfirm nvim-packer-git
fi
# Remove orphans
pacman -Qtdq | pacman --noconfirm -Rns -
## Chezmoi
# Get and apply dotfiles
chezmoi init --apply https://inex.dev/v/dotfiles.git