1
0
Fork 0

pacman: skip reinstall

This commit is contained in:
Vladimír Dudr 2022-05-13 14:11:21 +02:00
parent c690fc64ef
commit cf95d9ab06

View file

@ -1,6 +1,6 @@
#!/bin/bash
sudo pacman -Syu \
set +x
sudo pacman -Syu --needed \
aerc \
bat \
broot \
@ -53,7 +53,6 @@ sudo pacman -Syu \
ripgrep \
rofi \
rofi-calc \
rofi-greenclip \
shellcheck \
skopeo \
slock \
@ -63,4 +62,6 @@ sudo pacman -Syu \
zsh \
zsh-syntax-highlighting
# aur: rofi-greenclip
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'