Commit Graph

42 Commits

Author SHA1 Message Date
awarzu 00d7c58611 fix: correct exit code checking in encryption/decryption tool (#1163)
* fix: correct exit code checking in encryption/decryption tool

* fix: remove duplicate Compile Setup entry and orphaned config fields

* Update tab_data.toml

* Update tab_data.toml
2025-12-10 15:00:19 -06:00
Chris Titus 14137b8002 fix sorting once and for all 2025-12-02 15:20:39 -06:00
Chris Titus 566b4c83aa Fix shellcheck errors 2025-09-29 14:05:21 -05:00
titus 92e0c1b783 omarchy update 2025-08-11 12:40:56 -05:00
Alexander Brown 66c6175813 Added script Install HP Printer Drivers in utils/printers (#1082)
* Added Install HP Printer Drivers script

* added documentation

* applied suggestion to script

* updated to use hplip for arch

* Update core/tabs/utils/printers/install-hp-printer-drivers.sh

trying the github way to see if accepts it

Co-authored-by: Jared Cervantes <76603258+Jaredy899@users.noreply.github.com>

* Update core/tabs/utils/printers/install-hp-printer-drivers.sh

trying the github way to see if accepts it

Co-authored-by: Jared Cervantes <76603258+Jaredy899@users.noreply.github.com>

---------

Co-authored-by: Jared Cervantes <76603258+Jaredy899@users.noreply.github.com>
2025-07-01 13:41:41 -05:00
Jared Cervantes 5951961e73 add solus (#1072)
* solus

* mybash

* Update compile-setup.sh

* Update terminus-tty.sh

* Update dwmtitus-setup.sh

* Update compile-setup.sh

* Update compile-setup.sh
2025-06-20 15:43:24 -05:00
Infinite State aa0f6a7e58 fix bug 1 (#1053) 2025-06-20 15:21:50 -05:00
Jared Cervantes 45c0cb1b9a feat: Void linux support (#994)
* Void

* Update core/tabs/system-setup/compile-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update common-script.sh

forgot to add xbps-install

* Update alacritty-setup.sh

missing letter

* Update core/tabs/system-setup/compile-setup.sh

Awesome. Thanks for helping me learn all this stuff.

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add flatpak

* replace runit with sv

* slight fix for consistency

* Update discord-setup.sh

* rename scripts

* shellcheck

* revert

* shellcheck

* Update jetbrains-toolbox.sh

* Delete core/tabs/applications-setup/Developer-tools directory

* sync repos first

* Update bluetooth-control.sh

* -y to cleanup

* Update bluetooth-control.sh

* Update service-control.sh

works in antix and void

* Update wifi-control.sh

---------

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2025-06-20 13:55:08 -05:00
Jeevitha Kannan K S 789ab536b9 Fix bluetooth manager (#959)
* Fix bluetooth errors

The i variable is edited locally as pipe is used. It results in error
when connecting to a device. The read -r at the last is not working for
some reason so added the read -r for each if case. Removed unused action
variable.

* Add bluez package to arch linux

* Remove unnecessary variable usage

We don't need to use device_list variable while devices variable can be directly used

* fix(bluetooth-manager): wrong display of device list
2025-06-20 13:17:59 -05:00
Adam Perkowski 5f7de33bb6 refact: fix (almost) all shellcheck errors (#997)
the only files i didn't fix:
- core/tabs/utils/ssh.sh (ref #996)
- core/tabs/system-setup/arch/server-setup.sh
2025-02-01 22:03:24 -06:00
Jeevitha Kannan K S d8607487a6 refact: auto-cpufreq (#908)
* rework: auto-cpufreq

* Revert changes to userguide auto-cpufreq
2024-11-11 10:13:19 -06:00
Lennart Pieperjohanns 2f773e2c7d fix(create-bootable-usb.sh) confirmation prompt (#902)
* fix create-bootable-usb.sh confirmation prompt

* Update core/tabs/utils/create-bootable-usb.sh

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
2024-11-11 10:09:12 -06:00
Infinite State 95cfbe8920 fix: Autocpu-freq script not detecting battery on laptops (#877)
* Add refined check

* remove an unneccessary comment

Co-authored-by: nyx <nnyyxxxx@protonmail.com>

---------

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
Co-authored-by: nyx <nnyyxxxx@protonmail.com>
2024-11-08 09:06:47 -06:00
Vorthas b36a7df11c feat: printer driver installation (#837)
* Add basic script to install Epson printer drivers in Arch, Debian, and Fedora.

* Add I to the task_list for this script.

* Update core/tabs/utils/printers/install-epson-printer-drivers.sh

Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>

* Update userguide.md based on adam's documentation update.

* Add description to tab_data.toml for the printer addition.

* Fix typo, oops.

* Actually generate the updated userguide.

* Add installation of CUPS as a pre-requisite for Epson printer drivers as well as standalone script for other printer drivers to be added in the future.

* Update core/tabs/utils/printers/install-cups.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/tabs/utils/printers/install-epson-printer-drivers.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/tabs/utils/tab_data.toml

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/tabs/utils/tab_data.toml

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update docs after changes.

---------

Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-11-07 13:23:13 -06:00
Jeevitha Kannan K S 9dbb787ac5 Update ollama.sh (#815)
Co-authored-by: Chris Titus <contact@christitus.com>
2024-11-07 13:04:53 -06:00
Jeevitha Kannan K S 1e39d967c5 feat: Alpine linux support (#814)
* Add basic apk to scripts

* Add common service script

* Fix alpine bugs

* Add flatpak installations

* chore: update scripts, add common-service-script to shellcheckrc
2024-11-07 13:03:21 -06:00
Jeevitha Kannan K S 1234edd466 Change numlock description (#790) 2024-11-06 16:11:31 -06:00
Jeevitha Kannan K S 67b749942c refact: multi-selection to per cmd (#719)
* Add per cmd multi-selection

* Add colors for nm cmds

* fix: conflicts
2024-11-05 13:59:57 -06:00
JEEVITHA KANNAN K S 9cc57330dc fix: remove unnecessary arch update (#897) 2024-11-01 12:12:32 -05:00
nyx f612a38762 fix fedora timeshift (#774) 2024-10-31 13:57:59 -05:00
nyx ded7fcb735 fix issues with set brightness (#747)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-10-31 13:39:26 -05:00
nyx f9d7ed94b1 fix bug in ssh commands (#733)
Co-authored-by: nyx <nnyyxxxx@users.noreply.github.com>
2024-10-31 13:37:41 -05:00
Liam 5e19458c74 feat: Drastically increase the operating system support for USB creation script (#828)
* feat: Drastically increase the operating system support for USB creator

* fix: Modify jq syntax to fix false positive from checkbashisms

* feat: Include chosen release in 'available editions' text

* fix: Correct syntax for older jq versions

* refactor: Remove pointless comment

Co-authored-by: nyx <nnyyxxxx@protonmail.com>

* fix: List available options in a more readable way.

Co-authored-by: adamperkowski <adamperkowski@users.noreply.github.com>

---------

Co-authored-by: nyx <nnyyxxxx@protonmail.com>
Co-authored-by: adamperkowski <adamperkowski@users.noreply.github.com>
2024-10-31 12:58:10 -05:00
Adam Perkowski fa2f838b63 📃 fix(monitor setup): a bug with utility-functions; newlines & colors in the scripts (#713)
* fixed newlines & changed colors to keep synergy

* fixed a bug
2024-10-24 14:39:04 -05:00
Guru Swarupa e8fbd9e56e set resolution fix 2024-10-03 13:51:26 +05:30
JEEVITHA KANNAN K S f85074f065 Fix uuid retrieve bug (#696) 2024-09-30 17:18:46 -05:00
Guru Swarupa 42e45964a9 Update power-profile.sh (#655) 2024-09-28 14:11:29 -05:00
CarsBeck ce2d2d0ec9 Add descriptions to the Applications Setup section and Auto Mount Drive (#680)
* Add description for Bottles

* Add description for Auto Mount Drive

* Add description for Docker

* Add description for Grub Theme Setup
2024-09-28 14:00:20 -05:00
Adam Perkowski 2d1e45a41f Fix AutoLogin printf and > issues (#662)
* Fixed printf and tee errors

* Fixed more

* Changed to sed '' for BSD compatibility

Co-authored-by: cartercanedy <cartercanedy@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>

---------

Co-authored-by: cartercanedy <cartercanedy@users.noreply.github.com>
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-28 13:56:09 -05:00
Chris Titus 7183d7cf20 fix autologin display .desktop is NOT needed 2024-09-23 11:42:29 -05:00
Nyx aaa61cbce8 fix toml round 2 (#632)
GitHub Pages Deploy / build-and-deploy (push) Has been cancelled
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-22 22:14:50 -05:00
JEEVITHA KANNAN K S 53cbb4b733 refact, fix: Package managers (#629)
* Fix package managers

* Update core/tabs/applications-setup/Developer-tools/githubdesktop-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/tabs/applications-setup/Developer-tools/vscodium-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/tabs/applications-setup/Developer-tools/sublime-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/tabs/applications-setup/Developer-tools/vscode-setup.sh

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update core/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-22 17:21:05 -05:00
Adam Perkowski 62bcac4853 feat(task list): task names shortcuts (#628)
* Rust setup

* Updated tasklists

* More space
2024-09-22 14:08:27 -05:00
Nyx 64e8492c04 Move scripts around & refactor existing ones (#573)
* Refactor existing shell scripts & moving scripts around

* attempt to fix conflicts

* fix extra space

* fix lowercase Y issues

* Fix conflicts

* fix scattered stuff around toml

* fix syntax issue

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-22 12:59:39 -05:00
Adam Perkowski f6748caab7 feat: short disclaimer-like script descriptions (#593)
* names updated

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>

* idea

* Added missing tasks

* Added a title

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-22 11:10:05 -05:00
Nyx cca2660c3b fix every issue related to printf (#596)
* increase synergy between scripts

* Fix newlines Fix packagers etc

* fix an issue with no new line being created

* fix formatting

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* fix extra comma

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* change to ()

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove extra comma

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove "please"

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add support for caps

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add support for caps

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add support for caps

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove \n and make the default option "N"

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add an extra quote

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* add extra quotes

* fix remaining sn

* fix remaining new lines

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-22 11:01:10 -05:00
Nyx 43464d1f03 Fix general inconsistencies and unnecessary updating (#584)
Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-21 09:19:41 -05:00
JEEVITHA KANNAN K S f46d3137b7 fix: Add missing nala (#544)
* Add missing nala

* Update 5-samba-ssh-setup.sh

---------

Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-20 11:44:49 -05:00
Adam Perkowski ed15610daa Fixed alphabetical sorting (#567) 2024-09-20 11:40:44 -05:00
Nyx ef9307dd83 Fix account manager (#553)
* Fix account manager

* Fix missing escalation tools and checkenv

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
2024-09-19 21:17:18 -05:00
Nyx 28533b9f38 Always use printf with %b\n unless a different var is needed (#547)
* Always use printf with %b\n unless a different var is needed

* fix some conflicts

* fix conflicts

* Update ssh.sh

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
Co-authored-by: Chris Titus <contact@christitus.com>
2024-09-19 20:13:04 -05:00
Adam Perkowski 216f1a4836 Restructure the crates (#549)
GitHub Pages Deploy / build-and-deploy (push) Has been cancelled
* BIG CHANGES

* core metadata

* Added readme.md to the package

* Moved the crate back to tui

Co-authored-by: Liam <lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <lj3954@users.noreply.github.com>
2024-09-19 19:09:53 -05:00