#!/bin/bash # Installs requirements for my arch setup. set -e sudo pacman -Suy --noconfirm archlinux-keyring sudo pacman -Suy --noconfirm sudo pacman -Sy --noconfirm \ fd \ tmux \ nvm \ telegram-desktop \ signal-desktop \ alacritty \ rofi \ ttf-jetbrains-mono-nerd \ less \ waybar \ cifs-utils \ nautilus \ bitwarden-cli \ jq \ bob bob install nightly bob use nightly vim --version if [ ! -d /home/wholteza/repos/yay ]; then cd ~ mkdir -p repos sudo pacman -S --needed git base-devel git clone https://aur.archlinux.org/yay.git cd yay makepkg -si fi 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 npm install