{"id":16587585,"url":"https://github.com/matu3ba/dotfiles_skeleton","last_synced_at":"2025-10-29T08:33:08.824Z","repository":{"id":97737349,"uuid":"372572395","full_name":"matu3ba/dotfiles_skeleton","owner":"matu3ba","description":"robust and beginner friendly dotfile skeleton","archived":false,"fork":false,"pushed_at":"2024-02-21T21:55:25.000Z","size":12,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-02T00:11:59.673Z","etag":null,"topics":["beginner-friendly","dotfiles","dotfiles-linux","posix","robust","shell","skeleton-template"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/matu3ba.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}},"created_at":"2021-05-31T16:46:01.000Z","updated_at":"2023-09-27T02:35:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d86cfc2-f0f5-4a61-a781-4ca33b2d1f49","html_url":"https://github.com/matu3ba/dotfiles_skeleton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matu3ba%2Fdotfiles_skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matu3ba%2Fdotfiles_skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matu3ba%2Fdotfiles_skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matu3ba%2Fdotfiles_skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matu3ba","download_url":"https://codeload.github.com/matu3ba/dotfiles_skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238795401,"owners_count":19531734,"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":["beginner-friendly","dotfiles","dotfiles-linux","posix","robust","shell","skeleton-template"],"created_at":"2024-10-11T22:54:35.494Z","updated_at":"2025-10-29T08:33:03.520Z","avatar_url":"https://github.com/matu3ba.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nAll actions in the following scripts are performed according to structure of dotfiles.\n\n- `checkHealth.sh` shows status of files\n- `fileBackup.sh` create backup to folder `$HOME/back/TIMESTAMP_backconfig` with timestamp if not symlink\n- `fileRemove.sh` remove regular files, if existing on system\n- `fileRestore.sh` write files, if nonexisting on system, from backup by argument the folder name\n- `symlinkInstall.sh` create symlinks and also create folders with symlinks\n- `symlinkUninstall.sh` remove symlinks\n\n### Dependencies\n\n- coreutils: http://git.savannah.gnu.org/gitweb/?p=coreutils.git (untested for other utils)\n  * readlink to follow symbolic links\n  * realpath to resolve non-canonical paths provided by fd-find\n- fd-find: https://github.com/sharkdp/fd (cargo install fd-find) for convenient ignorelist\n  * fd returns relative paths prefixed with ./ to prevent -files from modifying shell behavior\n- POSIX-compatible shell, but should work on most other shells\n\n### Usage\n\nMake sure to place this repository in `${HOME}/dotfiles`.\nIf you also like that this can not be checked in POSIX, let them know.\n\nMake sure not to mess up your `.bashrc` or equivalent of your login shell.\nKeep a copy of your distro and files around on your first try to restore things.\n\n### Path handling and file names\n\nTo set an example for proper handling, we use readlink and realpath from coreutils.\nThis is a fundamental limitation of any program printing folder and file names,\nsince `-filenames` are not considered as special.\nHowever they can break programs.\nExample: `ls \"${filename}\"` with filename being `-k` leading to t`ls -k`.\nSee also https://github.com/sharkdp/fd/issues/760 and\nhttps://dwheeler.com/essays/fixing-unix-linux-filenames.html#dashes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatu3ba%2Fdotfiles_skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatu3ba%2Fdotfiles_skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatu3ba%2Fdotfiles_skeleton/lists"}