11#! /bin/bash
22
3-
4- # drivers nvidia/amd & intel (https://wiki.archlinux.org/title/NVIDIA) (https://discovery.endeavouros.com/gaming/gaming-101/2022/01/)
5- # sudo pacman -S nvidia-utils lib32-nvidia-utils # nvidia
6- # sudo pacman -S xf86-video-amdgpu vulkan-radeon lib32-vulkan-radeon # amd radeon
7- # sudo pacman -S vulkan-icd-loader lib32-vulkan-icd-loader
8- # sudo pacman -S mesa lib32-mesa vulkan-intel lib32-vulkan-intel # for integrated gpu chip
3+ # drivers nvidia/amd & intel (https://wiki.archlinux.org/title/NVIDIA) (https://github.com/korvahannu/arch-nvidia-drivers-installation-guide)
4+ sudo pacman -S nvidia nvidia-utils lib32-nvidia-utils # nvidia NV110 or newer
5+ sudo pacman -S xf86-video-amdgpu vulkan-radeon lib32-vulkan-radeon # amd radeon
6+ sudo pacman -S vulkan-icd-loader lib32-vulkan-icd-loader vulkan-tools
7+ sudo pacman -S mesa lib32-mesa vulkan-intel lib32-vulkan-intel # for integrated gpu chip
98
109# additional package manager
1110sudo pacman -S flatpak
@@ -34,9 +33,9 @@ sudo psql -U postgres # from here on please change superuser password and create
3433sudo pacman -S keepassxc chromium gparted # password manager, alternative open source browser & partition tool
3534
3635# oh my bash (more featured terminal experiance)
37- # bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
36+ bash -c " $( wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -) "
3837
3938# messangers that are recommended by myself
40- # yay -S vesktop-bin # better than the original (non forced updates)
41- # yay -S teams-for-linux-bin # teams for linux
42- # sudo pacman -S telegram-desktop
39+ yay -S vesktop-bin # better than the original (non forced updates)
40+ yay -S teams-for-linux-bin # teams for linux
41+ sudo pacman -S telegram-desktop
0 commit comments