{"id":13898082,"url":"https://github.com/blobject/dotfiles","last_synced_at":"2025-07-17T15:32:03.947Z","repository":{"id":65765731,"uuid":"55160862","full_name":"blobject/dotfiles","owner":"blobject","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T23:51:28.000Z","size":66281,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T00:31:45.538Z","etag":null,"topics":["configuration","desktop-environment-configuration","dotfiles","linux-configuration"],"latest_commit_sha":null,"homepage":"","language":"Tcl","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/blobject.png","metadata":{"files":{"readme":"README.org","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":"2016-03-31T15:20:38.000Z","updated_at":"2025-02-13T23:51:33.000Z","dependencies_parsed_at":"2023-02-25T21:30:12.343Z","dependency_job_id":"a07d2914-2396-432d-ad69-1a523e3c44c2","html_url":"https://github.com/blobject/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blobject/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blobject%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blobject%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blobject%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blobject%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blobject","download_url":"https://codeload.github.com/blobject/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blobject%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265622679,"owners_count":23800019,"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","desktop-environment-configuration","dotfiles","linux-configuration"],"created_at":"2024-08-06T18:04:03.698Z","updated_at":"2025-07-17T15:32:03.941Z","avatar_url":"https://github.com/blobject.png","language":"Tcl","readme":"* dotfiles\n\n*** selection\n\n| class | instance |\n|-|-|\n| hw | [[https://psref.lenovo.com/Detail/ThinkPad_X1_Nano_Gen_1?M=20UN00FSUS][thinkpad x1 nano g1]], [[https://www.zsa.io/voyager][voyager]] |\n| env | [[https://voidlinux.org/][void]] [[https://www.kernel.org/][linux]], [[https://hyprland.org/][hyprland]], [[https://www.gnu.org/software/bash/][bash]], [[https://www.tcl.tk/][tcl]] |\n| look | [[https://github.com/blobject/cemant][cemant]], [[https://rsms.me/inter/][inter]], [[https://picaq.github.io/sarasa/][sarasa]], [[https://github.com/blobject/agave][agave]], [[https://fontawesome.com/][font awesome]] |\n\n*** scripts\n\n| name | description |\n|-|-|\n| *[[__shell/bin/00][00]]* | *run* file(s) based on mimetype (like =xdg-open=) |\n| *[[__shell/bin/0c][0c]]* | pass *command* string to tcl |\n| *[[__shell/bin/0l][0l]]* | read *log* |\n| *[[__shell/bin/0m][0m]]* | wrap [[https://www.x.org/wiki/Projects/XRandR/][xrandr]] |\n| *[[__shell/bin/0s][0s]]* | *system* utilities |\n| *[[__shell/bin/0t][0t]]* | graphical *shell* utilities |\n| *[[__shell/bin/0u][0u]]* | general utilities |\n| *[[__shell/bin/0v][0v]]* | wrap [[https://www.qemu.org/][qemu]] |\n| *[[__shell/bin/lib.tcl][lib.tcl]]* | *help* =0*= tcl scripts |\n\n\n| *[[stow.tcl]]* | prep and link all user files |\n| *[[load.tcl]]* | setup entire system + user configuration from scratch |\n\n*** usage\n\n**** keep a user configuration file\n\n1. Let's say this repository is saved as =dotfiles= and you are in it.\n2. Create a directory with a name of your choice, prepending =_=.\n3. ~cd~ inside the new directory.\n4. Pretending that you are at =$HOME=, recreate the location of the configuration file.\n  - For example, say you want to back up [[https://wiki.archlinux.org/title/XDG_MIME_Applications#mimeapps.list][mimeapps.list]]. Create the path of folders =...dotfiles/_mime/.config=, and write the file =...dotfiles/_mime/.config/mimeapps.list=.\n\n*Note*: Sometimes, a subpath may not exist, and that will affect both keeping and loading. Say you want to keep =$HOME/.config/foo/bar.txt=, but =$HOME/.config= doesn't exist yet. If you call ~./stow.tcl~ now to load everything, a link called =$HOME/.config= will be created referencing somewhere in =dotfiles=. When other files get put into =$HOME/.config=, all those files (even those you don't want to keep) will actually reside in this repository!\n\nFor this reason, edit the =fend= list inside =stow.tcl=. For the above example, add =.config= to the list (to link =foo/=) or add =.config/foo= (to link =bar.txt=).\n\n**** load/restore all user configuration files\n\n*Note*: If you don't want to load some =_configuration=, place it in =disabled= first.\n\n1. Go to the =dotfiles= root directory.\n2. ~./stow.tcl~\n\n**** load entire system configuration\n\n*IMPORTANT*: Customised to my system. Will most likely bork your system.\n\n/WIP/\n\n1. Go to the =dotfiles= root directory.\n2. ~./load.tcl~\n  - presumes: drives prepped; base system and tcl installed; internet available\n\n**** remove a user configuration file.\n\n/WIP/\n\n1. Find the link and manually ~rm~ it.\n\n","funding_links":[],"categories":["Tcl"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblobject%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblobject%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblobject%2Fdotfiles/lists"}