Skip to content

Commit 52a53e4

Browse files
committed
changed some entries
1 parent cd7eb61 commit 52a53e4

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

App/EndeavourOS (Arch)/installPackages.sh

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
1110
sudo pacman -S flatpak
@@ -34,9 +33,9 @@ sudo psql -U postgres # from here on please change superuser password and create
3433
sudo 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

App/codeExtensions.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ code --install-extension ms-python.vscode-pylance
1212
code --install-extension ms-python.debugpy # debugger
1313
code --install-extension ms-python.black-formatter # formatter
1414

15-
# database (postgres) (not needed if other enviroument or terminal prefered)
16-
code --install-extension mtxr.sqltools # extension for connection
17-
code --install-extension mtxr.sqltools-driver-pg # database driver
18-
1915
# tools for collaboration & other
2016
code --install-extension ms-vsliveshare.vsliveshare # collab
2117

0 commit comments

Comments
 (0)