This commit is contained in:
Christoffer Martinsson 2025-08-07 14:25:56 +02:00
commit 87432bb576

View File

@ -238,7 +238,7 @@ if [ "${ROLES[TERMINAL]}" == "yes" ]; then
if pacman -Qs gnu-free-fonts >/dev/null; then
sudo pacman --noconfirm -R gnu-free-fonts
fi
sudo pacman --noconfirm --needed -S lazygit alacritty btop ranger tmux fd neovim ttf-nerd-fonts-symbols ttf-roboto-mono-nerd gdu ruby bottom go php luarocks composer jdk-openjdk julia nodejs npm
sudo pacman --noconfirm --needed -S dysk lazygit alacritty btop ranger tmux fd neovim ttf-nerd-fonts-symbols ttf-roboto-mono-nerd gdu ruby bottom go php luarocks composer jdk-openjdk julia nodejs npm
sudo npm install -g neovim
@ -331,6 +331,12 @@ EOT
sudo udevadm trigger
sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))
sudo systemctl daemon-reload
if [ "$HOSTNAME" == "CMBOX" ]; then
printf -- '\033[33m Installing CMBOX specific utilities\n\033[37m'
sudo pacman -S --noconfirm --needed onnxruntime
yay --noconfirm -S --needed --aur opentrack-git
fi
fi
if [ "${ROLES[DESKTOP_WORK]}" == "yes" ]; then