Skip to content

Commit 7a8bd68

Browse files
committed
added links and changed file structure
1 parent 58d6eb3 commit 7a8bd68

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

App/EndeavourOS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ OMB_USE_SUDO=true # set to false
2828
```
2929

3030
## VS Code extensions
31-
Some extensions that I and can recommend are written in [`codeExtensions.sh`](./codeExtensions.sh). You can check that out if you want to install some useful extensions but don't know where to start.
31+
Some extensions that I and can recommend are written in [`codeExtensions.sh`](../codeExtensions.sh). You can check that out if you want to install some useful extensions but don't know where to start.

App/EndeavourOS/installPackages.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
34
# drivers nvidia/amd & intel (https://wiki.archlinux.org/title/NVIDIA) (https://discovery.endeavouros.com/gaming/gaming-101/2022/01/)
45
#sudo pacman -S nvidia-utils lib32-nvidia-utils # nvidia
56
#sudo pacman -S xf86-video-amdgpu vulkan-radeon lib32-vulkan-radeon # amd radeon
@@ -21,7 +22,7 @@ yay -S visual-studio-code-bin eclipse-java-bin astah-uml # astah uml for uml cre
2122
sudo pacman -S jdk17-openjdk jdk-openjdk # installing latest and 17 (used version)
2223
# for more performance checkout "graalvm" made by oracle
2324

24-
# database self hosting (postgresql) (https://wiki.archlinux.org/title/PostgreSQL)
25+
# database self hosting postgresql (https://wiki.archlinux.org/title/PostgreSQL)
2526
sudo pacman -S postgresql
2627

2728
## make database setup
@@ -30,11 +31,12 @@ sudo systemctl enable --now postgresql
3031
sudo psql -U postgres # from here on please change superuser password and create new database with user
3132

3233
# tools/other
33-
sudo pacman -S keepassxc chromium gparted # password manager & alternative open source browser
34+
sudo pacman -S keepassxc chromium gparted # password manager, alternative open source browser & partition tool
3435

3536
# oh my bash (more featured terminal experiance)
36-
bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
37+
#bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
3738

3839
# messangers that are recommended by myself
39-
#yay -S vesktop-bin teams-for-linux-bin # better than the original (non forced updates); teams for linux
40+
#yay -S vesktop-bin # better than the original (non forced updates)
41+
#yay -S teams-for-linux-bin # teams for linux
4042
#sudo pacman -S telegram-desktop
File renamed without changes.

0 commit comments

Comments
 (0)