Update .scripts/install_base.sh
This commit is contained in:
parent
90b563f347
commit
c5947d1a88
|
@ -38,7 +38,7 @@ if ! pacman -Qi nvim-packer-git > /dev/null; then
|
|||
fi
|
||||
|
||||
# Remove orphans
|
||||
pacman -Qtdq | pacman --noconfirm -Rns -
|
||||
paru -Qtdq | paru --noconfirm -Rns -
|
||||
|
||||
## Chezmoi
|
||||
# Get and apply dotfiles
|
||||
|
|
Loading…
Reference in a new issue