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