Add noconfirm and env variables for fnm
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sudo pacman -Suy archlinux-keyring
|
sudo pacman -Suy --noconfirm archlinux-keyring
|
||||||
sudo pacman -Suy
|
sudo pacman -Suy --noconfirm
|
||||||
|
|
||||||
sudo pacman -S \
|
sudo pacman -Sy --noconfirm \
|
||||||
neovim \
|
neovim \
|
||||||
fd \
|
fd \
|
||||||
tmux \
|
tmux \
|
||||||
@@ -16,7 +16,8 @@ sudo pacman -S \
|
|||||||
alacritty \
|
alacritty \
|
||||||
rofi \
|
rofi \
|
||||||
ttf-jetbrains-mono-nerd \
|
ttf-jetbrains-mono-nerd \
|
||||||
less
|
less \
|
||||||
|
waybar
|
||||||
|
|
||||||
if [ ! -d /home/wholteza/repos/yay ]; then
|
if [ ! -d /home/wholteza/repos/yay ]; then
|
||||||
cd ~
|
cd ~
|
||||||
@@ -27,10 +28,13 @@ if [ ! -d /home/wholteza/repos/yay ]; then
|
|||||||
makepkg -si
|
makepkg -si
|
||||||
fi
|
fi
|
||||||
|
|
||||||
yay -S \
|
yay -S --noconfirm \
|
||||||
fnm \
|
fnm \
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
|
|
||||||
|
export PATH=/home/$USER/.fnm:$PATH
|
||||||
|
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
|
||||||
|
|
||||||
fnm install 24
|
fnm install 24
|
||||||
fnm use 24
|
fnm use 24
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user