You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add JetBrains Toolbox (#7)
* Create Pkg-JetBrains-Toolbox .sh
* Rename Pkg-JetBrains-Toolbox .sh to Pkg-JetBrains-Toolbox.sh
* Update Pkg-JetBrains-Toolbox.sh
* Rename Pkg-JetBrains-Toolbox.sh to Pkg-JetBrainsToolbox.sh
* Update OpenSUSE_Installation.sh
* Update OpenSUSE-Setup-Scripts.help
* Update CHANGELOG.MD
* Update README.md
* Version 2.1.1
See Changelog file for the list of changes.
* Add Credits file
* Update the table to include zsh
* New GitHub Pages site (#8)
* Create index.html
* Create style.css
* Create script.js
* Update script.js
* Update style.css
* Update index.html
* Delete index.md
* Update index.html
* Update style.css
* Update script.js
* Update index.html
* Update style.css
* Update script.js
* Update index.html
* Update style.css
* Update index.html
* Fix a few things.
* Finalize version 2.1.1
* Update readme and website
Also add credits for @wz790 to readme for the website!
* Remove task script.
It did not work as expected. More system files needed to be messed around for this to work, therefore, I am not going to make a scriptlet for this.
* Finalize changes
---------
Co-authored-by: wz790 <[email protected]>
These are a set of tasks that can be set to run on every login or logout.
4
+
5
+
To make sure it is easier to use the tasks, please place it in `$HOME/.tasks` directory.
6
+
7
+
## Login.sh
8
+
9
+
This script can be set to run automatically when the user logs in.
10
+
11
+
To run this script on every login in KDE Plasma, paste this script to `$HOME/.tasks/login.sh`. Next go to the autostart section in KDE settings and finally select this script. If necessary, make this executable (Plasma settings will ask once should the script be made executable).
12
+
13
+
### Functions
14
+
15
+
The following are the functionalities of the script:
16
+
17
+
+`systemd-analyze`
18
+
+ This will save an svg file to `$HOME/.boot/bootgraph` with the current date and time.
19
+
+ This will allow the user to check the boot times and the services during boot.
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# OpenSUSE Tumbleweed Setup Scripts
2
2
3
-
**Now with improved code in version 2.1.0 and beyond!**
3
+
**Now with improved code in version 2.1.1 and beyond!**
4
4
5
5
This is a set of scripts that can help in configuring and setting up repositories, codecs, packages and configure applications or systems for daily use.
6
6
@@ -20,13 +20,17 @@ Please note that the `Testing` branch is always ahead of the `main` branch. Ther
20
20
21
21
## IMPORTANT
22
22
23
-
I would like to highlight 2 of the forks that is significant.
23
+
The website is made by [wz790](https://github.com/wz790)!
24
+
25
+
I would like to highlight 2 significant forks.
24
26
25
27
1. N Shamsi's Fork: [https://github.com/n-shamsi/OpenSUSE-Setup-Scripts](https://github.com/n-shamsi/OpenSUSE-Setup-Scripts) - This is a modified version of the scripts for OpenSUSE Leap versions.
26
28
2. Percy Panelo's Fork: [https://github.com/PercyPanleo/OpenSUSE-Setup-Scripts](https://github.com/PercyPanleo/OpenSUSE-Setup-Scripts) - This contains an alternative fix for Gigabyte sleep issues. If the version provided does not work as expected, please use Percy Panelo's version.
27
29
28
30
A big thank you to you both for contributing to this project!
29
31
32
+
Please see the [CREDITS](CREDITS.MD) file to check-out all the contributors to the project!
33
+
30
34
## Quick Run
31
35
32
36
For normal users, you may run this command:
@@ -60,10 +64,12 @@ The `OpenSUSE-Installation.sh` script may require a few arguments as per your us
60
64
| Tweak | mDNSFirewallRules | Adds mDNS to public and external zones in the firewall |
61
65
| Tweak | OpenRGB | Installs and sets up openRGB |
62
66
| Tweak | SysAutoUpdate | Adds service to update system on 1st day of every month |
0 commit comments