{"id":13894856,"url":"https://github.com/cadadr/configuration","last_synced_at":"2025-07-17T10:31:35.274Z","repository":{"id":28582363,"uuid":"118787098","full_name":"cadadr/configuration","owner":"cadadr","description":"My configs: OS setups, dotfiles, scripts and more.","archived":true,"fork":false,"pushed_at":"2024-02-06T03:35:47.000Z","size":36180,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"default","last_synced_at":"2024-08-07T18:31:49.817Z","etag":null,"topics":["dotfiles","emacs","linux"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cadadr.png","metadata":{"files":{"readme":"Readme.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-01-24T15:54:58.000Z","updated_at":"2024-02-20T11:23:24.000Z","dependencies_parsed_at":"2024-04-08T18:06:42.039Z","dependency_job_id":null,"html_url":"https://github.com/cadadr/configuration","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fconfiguration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fconfiguration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fconfiguration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadadr%2Fconfiguration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cadadr","download_url":"https://codeload.github.com/cadadr/configuration/tar.gz/refs/heads/default","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226255201,"owners_count":17595859,"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":["dotfiles","emacs","linux"],"created_at":"2024-08-06T18:01:48.870Z","updated_at":"2024-11-25T00:30:17.739Z","avatar_url":"https://github.com/cadadr.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"Introduction\n============\n\n\u003e Sic transit gloria mundi.\n\nThis repo contains the following:\n\n- My dotfiles\n- My Emacs configuration\n- My Linux setups\n- Supporting scripts and files\n- Some other goodies\n\nIf you want to use any part of my configurations, feel free to do so,\nbut you probably don't want to use it as a whole, it's complex and\npersonal, and some additional secret stuff is not included, so it won't\nwork reliably. Just cherry-pick what you want.\n\nInstallation\n============\n\nSystem setup\n------------\n\nThe configuration on this repo works with multiple OS / hardware\nsetups, which have their own set up instructions.  Follow the links\nbelow for more details.\n\n- [Linux mobile workstation](systems/sappho) (`sappho`) with Void\n  Linux and i3 WM targeting ThinkPads, x230 in particular.\n\n- [Linux desktop workstation](systems/diotima/) (`diotima`) with\n  Linux Mint Cinnamon.\n\n- [Raspberry Pi](systems/xanthippe/) (`xanthippe`) backup and print/scan\n  server.\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"img/scr-sappho.png\" alt=\"screenshot for sappho\"/\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"img/scr-diotima.png\" alt=\"screenshot for diotima\"/\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nPost-install\n------------\n\nThe following commands help complete the installation, regardless of the\nsystem flavour.  Execute these **before logging in to the graphical\nsession**, in a virtual console shell:\n\n    $ # install git configuration temporarily\n    $ cp dotfiles/gitconfig.ini ~/.gitconfig\n    $ # commit or stash any changes if necessary\n    $ # remove -n (for dry run) and run\n    $ git clean -dfxn\n    $ make setup build\n\nAfterwards, the junk that `bin/invade` creates can be cleaned up\nlike this:\n\n    $ # remove 'echo' after checking output\n    $ find $HOME/ -name '*,invaded~' -exec echo rm -r \\{\\} \\+\n\nNow, you can log in to the graphical session.\n\nWe can build and install Emacs now. Run\n\n    $ make -C emacs.d emacs\n\nor\n\n    $ make -C emacs.d emacs-up\n\nin order to build Emacs from a clone assumed to be found at\n`~/Sources/External/Emacs`, install it, and build and install the\nEmacs config. The `emacs-up` rule will build from the git repo after\nrunning `git pull`, whereas `emacs` will just do the build, without\nupdating the repo.\n\nFor installing [Qutebrowser](https://qutebrowser.org/). if necessary,\nviz. [doc/Qutebrowser.markdown](doc/Qutebrowser.markdown).\n\nFor the user session to function as intended, you will need to log out and\nlog back in so that `$PATH` and similar are appropriately updated with the\nemergent setup.\n\nLicenses\n========\n\nLots of files created by other people are included in this repository,\nmost of the time verbatim. Any file that does not include a statement\nfor its licence terms is probably written by me, and I hereby put all of\nthem in public domain.\n\nPlaces this repo is available\n=============================\n\nThis repo is available on a few public git forges. For the time being,\nGithub remains the most regularly updated remote.\n\n- https://github.com/cadadr/configuration\n- https://codeberg.org/cadadr/personal-computing\n- https://git.sr.ht/~cadadr/personal-computing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadadr%2Fconfiguration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcadadr%2Fconfiguration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadadr%2Fconfiguration/lists"}