Guru Swarupa
a78145f2a3
added browser setup script ( #498 )
...
* added browser setup script
* Update tabs/applications-setup/browser-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* Update tabs/applications-setup/browser-setup.sh
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
---------
Co-authored-by: Chris Titus <contact@christitus.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-19 11:56:21 -05:00
Nyx
2755c0dfbf
Remove redundant functionality ( #520 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-19 11:53:04 -05:00
Mashruk Kabir
c38f6fe0f5
Flatpak description ( #517 )
...
* Update tab_data.toml
* Update tab_data.toml
* Update tab_data.toml
2024-09-19 11:40:12 -05:00
Nyx
50f021921c
Fix incorrectly placed quote ( #511 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-19 11:39:32 -05:00
Nyx
7bd9f8aee8
Fix bashisms ( #512 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-19 11:39:09 -05:00
Chris Titus
596f278993
alpha the app list
2024-09-18 21:54:34 -05:00
kleidis
6cd7818bed
Initial support for flathub management ( #341 )
...
* Add flatpak / flathub setup & uninstall script
* systemUpdate: Improve flatpak updates
* Update docs
* Fix order on uninstall script
* Remove uninstall script
2024-09-18 21:34:42 -05:00
JEEVITHA KANNAN K S
23156bcbf4
Add rate mirrors headsup ( #343 )
2024-09-18 21:32:44 -05:00
Harsh Vyapari
b35ad5bacc
feat(fedora/nvidia-*.sh): nvidia proprietary driver setup (continued from PR #319 ) ( #370 )
...
* feat(fedora/nvidia-*.sh): adding nvidia proprietary driver setup
* fix(fedora/nvidia-*.sh): removing update line
That update line crashed my system while testing, since it also
installed new kernal where I didn't build my driver. So new user can
also get confused.
* refactor(fedora/nvidia-*.sh): adding a new warning while starting the script
I faced this issue yesterday, So It's better to warn user before
installing this driver
* refactor(fedora/nvidia-*.sh): removing uninstalation option
For now, as suggested by @nnyyxxxx and @adamperkowski, I'm removing the
uninstall option until #362 gets resolved.
* Fix bashism
---------
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 21:13:41 -05:00
JEEVITHA KANNAN K S
f64fa2bd12
feat: Add User Manager ( #393 )
...
* Add User Control Panel
* Fix non posix
* Split script
* Update userguide.md
* Update utility_functions.sh
* Remove clear
* Add checkEnv
2024-09-18 20:48:42 -05:00
JEEVITHA KANNAN K S
265fbbbd54
Fix bug ( #394 )
2024-09-18 20:46:41 -05:00
Angaddeep Singh
7640a99062
Added Virtualization Setup for Fedora ( #395 )
...
* Added Virtualization Setup
* Space FIx
* small fix fix
* Update virtualization.sh
* Update virtualization.sh
---------
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 20:44:33 -05:00
Guru Swarupa
67a19b06e8
encrypt decrypt files and dir script ( #399 )
...
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 20:36:51 -05:00
Angaddeep Singh
97576d2087
Added DNF configuration and Multimedia Support for fedora and other Redhat Distros ( #438 )
...
* First commit
* Small enhancements
* Update configure-dnf.sh
* update
* Update configure-dnf.sh
* update
* Update multimedia-codecs.sh
* Update multimedia-codecs.sh
2024-09-18 20:34:27 -05:00
Nyx
eb4cca8946
Change echo to printf in gaming and security ( #484 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:40:25 -05:00
Nyx
41817c333c
Replace echos with printf in system-setup ( #483 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 19:40:05 -05:00
Nyx
b62b14da31
Replace echos with printf and general improvements ( #482 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 19:39:03 -05:00
Nyx
a151a15f1d
Replace echos with printf in monitor-control ( #481 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:37:59 -05:00
Nyx
f4eddd551d
Change echo to printf in applications-setup ( #485 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 19:35:00 -05:00
Nyx
a32f566325
Use sh shebang and source common-script ( #486 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:33:54 -05:00
Mashruk Kabir
70dd8d74e5
cleanup ( #478 )
2024-09-18 19:31:54 -05:00
JEEVITHA KANNAN K S
a7e6ea0246
feat: Command Description ( #437 )
...
* Implement about page
Add title
Add hints
* Add descriptions for commands
* Refactor about to description
2024-09-18 19:17:08 -05:00
Nyx
969c83dda6
Replace echos with printf (utils) ( #479 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 19:13:35 -05:00
Nyx
cca4fd1ced
Fix bashisms in create bootable usb ( #477 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:04:27 -05:00
Nyx
0d4f0a8a4e
Quote the remaining variables ( #454 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:03:32 -05:00
Nyx
1175f7d236
Fix bashism in docker-setup ( #476 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:02:52 -05:00
Nyx
903c915260
Fix bashism in checkaurhelper function ( #475 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:02:30 -05:00
Nyx
f473cdedc9
Remove bashisms from set resolutions ( #473 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:01:56 -05:00
Nyx
e78351244a
Remove bashisms from disable monitor ( #472 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 19:01:18 -05:00
Adam Perkowski
44d9360448
Refactor gaming-setup.sh
( #380 )
...
* Refactored + removed bashisms
- revieved all packages
- changed the structure to have synergy with other scripts
- updated dnf & zypper commands
- added nala
* use apt-get instead of apt
Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
* small refactor (#3 )
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
* apt-get + quote escalation
---------
Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 14:10:21 -05:00
Nyx
54786a719e
git to bin for faster installation ( #378 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:40:31 -05:00
Nyx
075b54f5fb
Add git as a dependency for scripts that use it ( #436 )
...
* Add git as a dependency for scripts that use it
* apt -> apt|nala
* Refactor the remaining apt-gets and add nala to them
* Remove refactored apts from this PR
---------
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-18 13:38:36 -05:00
Nyx
0e1ee966ae
Remove bashism out of setprimarymonitor ( #464 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:32:53 -05:00
Nyx
d2b4875751
Remove bashisms out of change orientation ( #466 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:32:35 -05:00
Nyx
e049d3c6aa
Fix Chris fat finger ( #468 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:32:12 -05:00
Nyx
a516c9e5fe
Remove bashism from enable monitor ( #467 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:31:07 -05:00
Nyx
c805c46dfc
Remove bashisms out of managearrangement ( #463 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:30:49 -05:00
Nyx
093883e1bf
Remove bashisms out of bluetooth-control ( #462 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:30:27 -05:00
Nyx
69b61e7265
Fix wifi-manager ( #456 )
...
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-18 13:29:51 -05:00
Chris Titus
e3b25300e2
Merge branch 'main' into nala
2024-09-18 13:23:24 -05:00
Chris Titus
56e031ed8e
Merge branch 'main' into testing-7
2024-09-18 13:14:04 -05:00
Chris Titus
02b7d7cdf7
Merge pull request #432 from nnyyxxxx/testing-6
...
Fix grammatical errors
2024-09-18 13:06:20 -05:00
Chris Titus
d77eb286e4
Merge pull request #376 from nnyyxxxx/testing-2
...
Increase Partition size
2024-09-18 12:58:30 -05:00
Chris Titus
0af0c0b547
Merge pull request #325 from nnyyxxxx/testing-11
...
Remove unneeded scripts
2024-09-18 12:57:35 -05:00
Chris Titus
46a9d57d71
Merge branch 'main' into main
2024-09-18 12:54:49 -05:00
Chris Titus
60d4d4b380
Remove bashisms
2024-09-18 12:53:47 -05:00
Chris Titus
3f6209e7f6
Update tabs/utils/monitor-control/set_brightness.sh
...
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-18 12:04:37 -05:00
Chris Titus
7f286461b1
Update tabs/utils/monitor-control/set_brightness.sh
...
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-18 12:03:04 -05:00
Chris Titus
28ee76b9b0
Update tabs/system-setup/5-samba-ssh-setup.sh
...
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-18 11:57:44 -05:00
Chris Titus
3f00e1a300
Merge pull request #317 from guruswarupa/docker
...
docker-setup interactive script
2024-09-18 11:48:20 -05:00