{"id":19655862,"url":"https://github.com/ryanpcmcquen/config-o-matic","last_synced_at":"2026-04-04T12:59:46.283Z","repository":{"id":16032634,"uuid":"18776427","full_name":"ryanpcmcquen/config-o-matic","owner":"ryanpcmcquen","description":":wine_glass: Configure Slackware installs in no time with config-o-matic!","archived":false,"fork":false,"pushed_at":"2022-03-01T17:24:30.000Z","size":797,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-02T00:44:29.268Z","etag":null,"topics":["configuration","freeslack","hacktoberfest","provisioning","shell","slackware"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"IdentityManager/IdentityManager.MembershipReboot","license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanpcmcquen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-14T20:56:20.000Z","updated_at":"2023-06-14T18:24:48.000Z","dependencies_parsed_at":"2022-09-06T17:00:26.896Z","dependency_job_id":null,"html_url":"https://github.com/ryanpcmcquen/config-o-matic","commit_stats":null,"previous_names":[],"tags_count":623,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fconfig-o-matic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fconfig-o-matic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fconfig-o-matic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanpcmcquen%2Fconfig-o-matic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanpcmcquen","download_url":"https://codeload.github.com/ryanpcmcquen/config-o-matic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224126733,"owners_count":17260101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","freeslack","hacktoberfest","provisioning","shell","slackware"],"created_at":"2024-11-11T15:24:18.668Z","updated_at":"2026-04-04T12:59:46.247Z","avatar_url":"https://github.com/ryanpcmcquen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# config-o-matic\n\nConfigure Slackware installs in no time with config-o-matic! (patent pending)\n\nOptions presented when running the ROOT script:\n\n1. CURRENT: Switches to slackware-current/slackware64-current mirrors instead of stable.\n2. MISCELLANY: Installs a lot of additional packages, themes and miscellany.\n3. MULTILIB: Adds Eric Hameleer's MULTILIB repo to slackpkg+ and installs/upgrades it (64 bit only).\n4. WIFIR: An easy wifi connection script. Reliable and simple. See it [here](https://github.com/ryanpcmcquen/linuxTweaks/blob/master/slackware/wifir).\n\n##### config-o-matic does a lot! You should read through the script and remove any parts you don't want. ;-)\n\n---\n\n(#):\n\n`cd; wget -N https://raw.githubusercontent.com/ryanpcmcquen/config-o-matic/master/.slackConfigROOT.sh -P ~/; sh ~/.slackConfigROOT.sh`\n\n(\\$):\n\n`cd; wget -N https://raw.githubusercontent.com/ryanpcmcquen/config-o-matic/master/.slackConfig%24.sh -P ~/; sh ~/.slackConfig\\$.sh`\n\n---\n\nTo enable the wheel group, and add all non-root users to it (as well as the typical Slackware groups), run this:\n\n```\n## enable the wheel group\nif [ ! -e /etc/sudoers.d/wheel-enable ]; then\n    echo \"%wheel ALL=(ALL) ALL\" \u003e /etc/sudoers.d/wheel-enable\nfi\n\n## add all non-root users (except ftp) to wheel group\ngetent passwd | grep \"/home\" | cut -d: -f1 | sed '/ftp/d' | xargs -i usermod -G wheel -a {}\n## the standard groups in case you forget when you run adduser  ;-)\ngetent passwd | grep \"/home\" | cut -d: -f1 | sed '/ftp/d' | \\\n    xargs -i usermod -G audio,cdrom,floppy,plugdev,video,power,netdev,lp,scanner -a {}\n```\n\n---\n\n# NOTES:\n\n-   You should either fork this project or download it and set it to YOUR config files, just running my scripts will set up my preferred configs.\n\n-   \\$ user configuration is the same regardless of using stable or current.\n\n---\n\n#### Me:\n\n(#):\n\n`cd; wget -N https://raw.githubusercontent.com/ryanpcmcquen/config-o-matic/master/.ryan -P ~/; sh ~/.ryan`\n\n(\\$):\n\n`cd; wget -N https://raw.githubusercontent.com/ryanpcmcquen/config-o-matic/master/.ryan%24 -P ~/; sh ~/.ryan\\$`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanpcmcquen%2Fconfig-o-matic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanpcmcquen%2Fconfig-o-matic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanpcmcquen%2Fconfig-o-matic/lists"}