Noconfirm, jq and bitwarden-cli
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
sudo pacman -Suy archlinux-keyring
|
||||
sudo pacman -Suy
|
||||
sudo pacman -Suy --noconfirm archlinux-keyring
|
||||
sudo pacman -Suy --noconfirm
|
||||
|
||||
sudo pacman -S \
|
||||
sudo pacman -S --noconfirm \
|
||||
neovim \
|
||||
fd \
|
||||
tmux \
|
||||
@@ -16,7 +16,9 @@ sudo pacman -S \
|
||||
alacritty \
|
||||
rofi \
|
||||
ttf-jetbrains-mono-nerd \
|
||||
less
|
||||
less \
|
||||
jq \
|
||||
bitwarden-cli
|
||||
|
||||
if [ ! -d /home/wholteza/repos/yay ]; then
|
||||
cd ~
|
||||
@@ -27,7 +29,7 @@ if [ ! -d /home/wholteza/repos/yay ]; then
|
||||
makepkg -si
|
||||
fi
|
||||
|
||||
yay -S \
|
||||
yay -S --noconfirm \
|
||||
fnm \
|
||||
oh-my-posh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user