Update .scripts/install_base.sh
This commit is contained in:
parent
c28fc48a62
commit
90b563f347
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue