{"id":38868988,"url":"https://github.com/dasdachs/dotfiles-and-docs","last_synced_at":"2026-01-17T14:28:00.610Z","repository":{"id":91053952,"uuid":"119991143","full_name":"dasdachs/dotfiles-and-docs","owner":"dasdachs","description":"My personal vim, bash, editor, linter etc. settings with comments","archived":false,"fork":false,"pushed_at":"2026-01-16T04:36:00.000Z","size":302,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-16T19:33:16.600Z","etag":null,"topics":["bash","vim","vscode","zshrc"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dasdachs.png","metadata":{"files":{"readme":"README.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-02T14:24:32.000Z","updated_at":"2026-01-16T04:36:03.000Z","dependencies_parsed_at":"2025-05-03T14:28:22.519Z","dependency_job_id":"42aca523-f80d-4231-b461-1f73312fa610","html_url":"https://github.com/dasdachs/dotfiles-and-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dasdachs/dotfiles-and-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasdachs%2Fdotfiles-and-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasdachs%2Fdotfiles-and-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasdachs%2Fdotfiles-and-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasdachs%2Fdotfiles-and-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasdachs","download_url":"https://codeload.github.com/dasdachs/dotfiles-and-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasdachs%2Fdotfiles-and-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["bash","vim","vscode","zshrc"],"created_at":"2026-01-17T14:28:00.550Z","updated_at":"2026-01-17T14:28:00.601Z","avatar_url":"https://github.com/dasdachs.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nHi and wellcome to my dotfiles collection to manage my git flows, my zshell, tmux, alacritty and nvim (almost sure i left something out).\n\n- I use Linux, currently Fedora, with KDE or i3/sway.\n- My terminal is [alacritty](https://alacritty.org/).\n- I am a avid [Neovim](https://neovim.io/) user. It was not an easy path, and I do use other IDEs as well, but neovim feels right for me. I will\ndo a series of posts on my vim journey, the ups, the downs, the jumping-back-and-forth.\n- I use [tmux](https://github.com/tmux/tmux/wiki) for my terminal sessions, locally and via ssh. It seemed like unnecesary overhead, but \nI can not let it go. Another blog post(s) promise here.\n\nI do constantly add and improve my dotfile configs, never truly done with it, never knowing all the ins and out of neovim, tmux, git ... you name it. \nSo in a way, this repo is my way of giving back and sharing some of the paths I took, in hope that someone will have it easier.\n\nI will do my best to comment and explain the main principles and decisions in each file, but in the meantime.\n\n## How do I use them\n\nI have a `.dotfiles` directory in the root of my `$HOME` dir. Settings and files I do not want to appear publicly, I either add\nto my `.gitignore` file, e.g. downloaded plugins for neovim, or I try to use some sort of `include` keyword, e.g. using a \nspecial file to manage my user info for git in `.gitconfig`\n\nTo keep my files in sync I use [GNU Stow](https://www.gnu.org/software/stow/). If you don't know it, there is no dark magic to it. \nStow is an, granted amazing tool, to manage symlinks. OK, it does more than that, but for our use case, this is what we want.\nIt creates symlinks and directories that mirror the content of the stow dir, in my case `.dotfiles`. The files are here, \nso all you need to do is create a git repo and use stow.\n\n### Stow quick tutorial\n\n```bash\n# Stow/symlink files in the stow directory\n# pwd -\u003e ~/.dotfiles\nstow . # to do a dry run add -nv\n```\n\n```bash\n# Remove symlinks\n# pwd -\u003e ~/.dotfiles\nstow --delete path/to/directory\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasdachs%2Fdotfiles-and-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasdachs%2Fdotfiles-and-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasdachs%2Fdotfiles-and-docs/lists"}