This commit is contained in:
2026-02-23 10:30:06 +01:00
4 changed files with 10 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ set -e
sudo pacman -Suy --noconfirm archlinux-keyring
sudo pacman -Suy --noconfirm
sudo pacman -S --noconfirm \
sudo pacman -Sy --noconfirm \
neovim \
fd \
tmux \
@@ -18,7 +18,8 @@ sudo pacman -S --noconfirm \
ttf-jetbrains-mono-nerd \
less \
jq \
bitwarden-cli
bitwarden-cli \
waybar
if [ ! -d /home/wholteza/repos/yay ]; then
cd ~
@@ -33,6 +34,9 @@ yay -S --noconfirm \
fnm \
oh-my-posh
export PATH=/home/$USER/.fnm:$PATH
eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
fnm install 24
fnm use 24