Updated script

This commit is contained in:
Christoffer Martinsson 2025-05-12 13:04:03 +02:00
parent 04cd726cd4
commit 57931faeea

View File

@ -259,7 +259,6 @@ if [ "${ROLES[TERMINAL]}" == "yes" ]; then
ln -sf ~/linuxbox/config/alacritty/alacritty.toml ~/.config/alacritty/alacritty.toml
ln -sf ~/linuxbox/config/lazygit/config.yml ~/.config/lazygit/config.yml
nvim --headless "+MasonUpdate" +qa
nvim --headless "+Lazy! sync" +qa
printf -- '\033[33m Installing fzf\n\033[37m'
@ -282,6 +281,10 @@ if [ "${ROLES[CODE]}" == "yes" ]; then
printf -- '\033[33m Installing code utilities\n\033[37m'
sudo pacman --noconfirm --needed -S code platformio-core
printf -- '\033[33m Installing LSP servers\n\033[37m'
sudo pacman --noconfirm --needed -S rust-analyzer lua-language-server bash-language-server ccls vscode-html-languageserver vscode-json-languageserver marksman pyright yaml-language-server vscode-css-languageserver clang
yay --noconfirm -S --needed --aur dockerfile-language-server
printf -- '\033[33m Installing Rust embedded rp2040\n\033[37m'
cd ~
rustup target add thumbv6m-none-eabi
@ -372,20 +375,20 @@ if [ "${ROLES[GAME]}" == "yes" ]; then
yay --noconfirm -S --needed --aur openmpi
if [ "$HOSTNAME" == "SIMONBOX" ]; then
printf -- '\033[33m Installing Simon specific game utilities\n\033[37m'
flatpak install -y flathub org.vinegarhq.Sober
sudo pacman -S --noconfirm --needed fluidsynth gamemode gvfs libayatana-appindicator innoextract lib32-gamemode lib32-vkd3d python-pefile python-protobuf vulkan-icd-loader vkd3d lib32-vulkan-icd-loader vulkan-tools xorg-xgamma umu-launcher
sudo pacman -S --noconfirm --needed lutris
fi
fi
# Install VR utility
if [ "${ROLES[VR]}" == "yes" ]; then
if [ "${ROLES[VR]}" == "yes" ]; then
printf -- '\033[33m Installing VR utilities\n\033[37m'
sudo pacman -S --noconfirm --needed cli11 glib2-devel nlohmann-json glew
yay --noconfirm -S --needed --aur monado-vulkan-layers-git
yay --noconfirm -S --needed --aur wlx-overlay-s-git
yay --noconfirm -S --needed --aur xrgears
yay --noconfirm -S --needed --aur envision-xr-git
fi
fi
# Install lab utility