Skip to content

Commit dddbf21

Browse files
authored
Update README.md
1 parent 27b1b90 commit dddbf21

File tree

1 file changed

+21
-31
lines changed

1 file changed

+21
-31
lines changed

README.md

Lines changed: 21 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ The script called `OpenSUSE_Installation.sh` requires a few extra items which ca
3232
1. Sayonara + Improved Font GRUB theme: https://www.dropbox.com/s/il0dxjq5u65t0pt/Font.zip?dl=0&e=1
3333
2. ~~SF Pro TTF + OTF files: https://developer.apple.com/fonts/~~
3434

35-
NOTE: For the Sayonara theme, you might need to add your own image as a background, I haven't included mine. Theme may not work if the image is missing.
35+
NOTE:
3636

37-
Once you download the files, you may need to set the permissions so that double clicking/single clicking it will execute it automatically. I have not done this because i want do do it via the command line manually.
37+
* For the Sayonara theme, you might need to add your own image as a background, I haven't included mine. Theme may not work if the image is missing.
38+
* You may need to add your own wallpapers in a directory called `custom-wallpapers`. The script shall copy over those files to `/usr/share/wallpapers`. Helpful if you want the same wallpaper to be available for multiple users.
39+
* Once you download the files, you may need to set the permissions so that double clicking/single clicking it will execute it automatically. I have not done this because i want do do it via the command line manually.
3840

3941
## Script Priorities
4042

@@ -46,45 +48,31 @@ It is possible for me to create a script to execute these serially, but I prefer
4648

4749
The OpenSUSE Installation script contains the following actions:
4850

49-
1. Check for updates and install them
50-
2. Add Packman repository and install codecs
51-
3. Add Microsoft repo and install Edge and VS Code
52-
4. Add GitHub Desktop (Linux) and install it
53-
5. Install components such as
51+
1. Import GPG Keys from External Repositories (Microsoft Edge, VS Code, GitHub Desktop, VLC)
52+
2. Add External Repositories (Microsoft Edge, VS Code, GitHub Desktop, VLC)
53+
3. Add Packman repository, install codecs and disable Packman repository
54+
4. Refresh ALL repositories
55+
5. Check for and perform distribution updates
56+
6. Install components such as
5457

5558
1. `fde-tools`: I use FDE for my installation
56-
5759
2. `kdeconnect-kde`: I use KDE Connect in my installation
58-
5960
3. `libdbusmenu-glib4`: Helps a few application menubar be visible in global menu (namely VS Code)
60-
6161
4. `kvantum-manager`: Helps in theming the system components
62-
6362
5. `partitionmanager`: KDE Partition Manager, useful to format USB drives
64-
6563
6. `git`: I need git for all GitHub related stuff
66-
6764
7. `discord` and `libdiscord-rpc`: Installs discord and Discord RPC library
68-
6965
8. `bleachbit`: Helps in removing unwanted files in system. A useful tool
70-
7166
9. `easyeffects`: Provides audio effects for speakers. Can improve sound quality
72-
73-
10. `openrgb`: Provides control over RGB lighting of keyboards and peripherals
74-
75-
11. `i2c-tools`: Helps in setting up configurations for the RGB lighting of peripherals
76-
77-
12. `krita`: A powerful image editing tool
78-
79-
13. `kdenlive`: A decent video editor
80-
81-
14. `p11-kit-server`: Flatpak version of OBS have issues with certificates when using browser elements, therefore this can help fix it.
82-
83-
6. Install GRUB theme
84-
7. Install EasyEffects presets; presets are required for the effects
85-
8. Install fonts, if any
86-
9. Add the `login_tasks.sh` script to the `.scripts` directory
87-
10. Clean up any unneeded packages
67+
10. `krita`: A powerful image editing tool
68+
11. `kdenlive`: A decent video editor
69+
12. `p11-kit-server`: Flatpak version of OBS have issues with certificates when using browser elements, therefore this can help fix it.
70+
71+
7. Install GRUB theme
72+
8. Install EasyEffects presets; presets are required for the effects
73+
9. Install fonts, if any
74+
10. Add the `login_tasks.sh` script to the `.scripts` directory
75+
11. Clean up any unneeded packages
8876

8977
## Login Tasks
9078

@@ -106,6 +94,8 @@ To check if there are issues with your systems, attempt to put your system in sl
10694

10795
This script shall help users to setup RGB peripheral lighting to work on Linux. A bit of configuration is required, therefore this script shall do it for you.
10896

97+
This script will install `OpenRGB` and `i2c-tools` packages.
98+
10999
NOTE: This is only for AMD chipsets for now. For Intel users, please see the script file comments.
110100
Also do check out the OpenRGB repository for more information: https://gitlab.com/CalcProgrammer1/OpenRGB#smbus-access-1
111101

0 commit comments

Comments
 (0)