{"id":20622596,"url":"https://github.com/myterminal/forge","last_synced_at":"2026-03-11T00:31:45.083Z","repository":{"id":37908995,"uuid":"500670705","full_name":"myTerminal/forge","owner":"myTerminal","description":"Quickly create your daily-driver workstation setup from a simple-to-read configuration file","archived":false,"fork":false,"pushed_at":"2024-10-27T21:29:05.000Z","size":79,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-08T04:05:39.088Z","etag":null,"topics":["common-lisp","sbcl","workstation"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myTerminal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-07T03:05:34.000Z","updated_at":"2024-10-27T21:29:08.000Z","dependencies_parsed_at":"2024-02-22T02:24:33.460Z","dependency_job_id":"10c5176e-c405-4b71-8afd-13eac35309aa","html_url":"https://github.com/myTerminal/forge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myTerminal/forge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myTerminal","download_url":"https://codeload.github.com/myTerminal/forge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myTerminal%2Fforge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30363856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["common-lisp","sbcl","workstation"],"created_at":"2024-11-16T12:23:53.547Z","updated_at":"2026-03-11T00:31:45.077Z","avatar_url":"https://github.com/myTerminal.png","language":"Common Lisp","funding_links":["https://ko-fi.com/Y8Y5E5GL7"],"categories":[],"sub_categories":[],"readme":"# forge\n\n[![Built with Lisp](https://img.shields.io/badge/built%20with-Lisp-blueviolet)](https://lisp-lang.org)\n[![License](https://img.shields.io/github/license/myTerminal/forge.svg)](https://opensource.org/licenses/MIT)  \n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Y8Y5E5GL7)\n\nQuickly create your daily-driver workstation setup from a simple-to-read configuration file\n\n## What is *forge*?\n\n*forge* tends to provide a way to quickly configure a Linux (or UNIX-like) setup by automating the process of setting up package repositories, installing software packages, creating users, and other steps involved in setting up a typical daily driver.\n\n## History\n\nThis project takes birth from [one of my oldest projects](https://github.com/myTerminal/dotfiles) that I've used as a central repository to store not only my shared workstation configuration but also setup scripts for multiple operating systems, even further down to tweaks for specific computer hardware. I extracted all possible setup-related scripts into a re-usable program (just the way I did with my [.emacs.d](https://github.com/myTerminal/.emacs.d) so that it lives as a standalone and dedicated project to hold my Emacs configuration) and I hope to create *forge* as a re-usable setup tool driven with a minimal configuration file and the least number of external dependencies.\n\n## Supported Platforms\n\n- 🟢 [Void](https://voidlinux.org) (tested)\n- 🟢 [Pop!_OS](https://pop.system76.com) (tested)\n- 🟡 [Arch](https://archlinux.org) and Arch-based distros (untested, should work)\n- 🟡 [Fedora](https://getfedora.org) and Fedora-based distros (untested, should work)\n- 🟡 [Debian](https://www.debian.org) and Debian/Ubuntu-based distros (untested, should work)\n- 🟡 [macOS](https://www.apple.com/macos) (untested, should work)\n- more (untested)\n\n## External Dependencies\n\nDependencies that are (mostly) installed automatically:\n\n- [SBCL](http://www.sbcl.org)\n\nRest of the dependencies that are also needed:\n\n- [MAKE](https://www.gnu.org/software/make)\n\n## How to Use\n\n*forge* can be used with your configuration file written in a Lisp-like format, specifying information about supported operating systems, software packages to be installed, and custom scripts to be executed in order to personalize the machine for one's own needs. *forge* can be started by executing [start](start) located at the root of the project and passing to it a run mode and a configuration file. Below is an example:\n\n    ./start debug ~/.setup/forge-config.lisp\n\nThe above assumes that you are running the command at the root of the project directory cloned in a local workspace.\n\n## Example(s)\n\nPlease refer to [the example config file](example/forge-config.lisp) for the basic layout or view [one that is being used](https://github.com/myTerminal/dotfiles/blob/master/.setup/forge-config.lisp) for a more detailed example.\n\n## To-Do\n\n- Fix execution of interactive scripts as setup steps\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Fforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyterminal%2Fforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyterminal%2Fforge/lists"}